diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/google-authenticator/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/google-authenticator/APKBUILD b/community/google-authenticator/APKBUILD index ae9ff66bbd..c5b2bb8e32 100644 --- a/community/google-authenticator/APKBUILD +++ b/community/google-authenticator/APKBUILD @@ -11,7 +11,7 @@ license="ASL-2.0" depends="" makedepends="autoconf automake libtool linux-pam-dev m4 openssl-dev" subpackages="$pkgname-doc" -source="https://github.com/google/google-authenticator/archive/$_gitrev.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/google/google-authenticator/archive/$_gitrev.tar.gz" builddir="$srcdir/$pkgname-$_gitrev/libpam" build() { @@ -38,6 +38,6 @@ package() { rm "$pkgdir"/usr/share/doc/$pkgname/*.html } -md5sums="dac97b7941f6f7989dadd059ddcb9e49 bd50d15c348a978c314d2b30e586fbc562096223.tar.gz" -sha256sums="522a1ee2a9884ffa68ed6991c0a89727a3ac50a18cb16f356eebeb2135b3a56f bd50d15c348a978c314d2b30e586fbc562096223.tar.gz" -sha512sums="736774f793caf1b83f3598845f8709ef774060c0792e62527013343495480b5a57d6d7f12654cb944b7928679417e13494c361c19f104912221daf4b28075bd3 bd50d15c348a978c314d2b30e586fbc562096223.tar.gz" +md5sums="dac97b7941f6f7989dadd059ddcb9e49 google-authenticator-20160902.tar.gz" +sha256sums="522a1ee2a9884ffa68ed6991c0a89727a3ac50a18cb16f356eebeb2135b3a56f google-authenticator-20160902.tar.gz" +sha512sums="736774f793caf1b83f3598845f8709ef774060c0792e62527013343495480b5a57d6d7f12654cb944b7928679417e13494c361c19f104912221daf4b28075bd3 google-authenticator-20160902.tar.gz" |