summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/liboauth.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 90ebe6a..937e4e1 100644
--- a/index.html
+++ b/index.html
@@ -1465,7 +1465,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="liboauth-package">liboauth</td>
- <td id="liboauth-version">0.9.6</td>
+ <td id="liboauth-version">0.9.7</td>
<td id="liboauth-website"><a href="http://liboauth.sourceforge.net/">liboauth</a></td>
</tr>
<tr>
diff --git a/src/liboauth.mk b/src/liboauth.mk
index 6817c3e..d25e355 100644
--- a/src/liboauth.mk
+++ b/src/liboauth.mk
@@ -3,7 +3,7 @@
PKG := liboauth
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 9182ca5d7e127589d132377b807d0c8a8878b122
+$(PKG)_CHECKSUM := a5a957ac1538b23a286de4e39a2c9f98ef4c3c0e
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://liboauth.sourceforge.net/pool/$($(PKG)_FILE)