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 001aa1f..29eaa3d 100644
--- a/index.html
+++ b/index.html
@@ -1475,7 +1475,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="liboauth-package">liboauth</td>
- <td id="liboauth-version">0.9.7</td>
+ <td id="liboauth-version">1.0.0</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 d25e355..20fce32 100644
--- a/src/liboauth.mk
+++ b/src/liboauth.mk
@@ -3,7 +3,7 @@
PKG := liboauth
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := a5a957ac1538b23a286de4e39a2c9f98ef4c3c0e
+$(PKG)_CHECKSUM := cc936a440084f159cc46dab9018f1353f8bee80a
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://liboauth.sourceforge.net/pool/$($(PKG)_FILE)