git » signon-plugin-oauth2.git » commit 4032f8e

Update to 0.24

author Antonio Rojas
2016-06-02 15:42:03 UTC
committer Antonio Rojas
2016-06-02 15:42:03 UTC
parent f1a3b116612ea9e541233a56e459151c496d6379

Update to 0.24

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index ce2df1a..a81824f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.23
-pkgrel=2
+pkgver=0.24
+pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
 arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
@@ -12,7 +12,7 @@ license=(LGPL)
 depends=(signond)
 makedepends=(qt5-xmlpatterns)
 source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver")
-md5sums=('772197567b8778552bba34ace41aec7d')
+md5sums=('684564e23cb070c31cef7785ab142ad8')
 
 prepare() {
   cd signon-plugin-oauth2-VERSION_$pkgver-*