aboutsummaryrefslogtreecommitdiffstats
path: root/community/google-authenticator
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-09-02 17:57:40 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-09-02 17:58:09 +0200
commit7c1b3b76ba8a3dc1efd9495804133a456c0e3970 (patch)
treeafa85303fcec4d33d385dc74a0c65ddf324ad76d /community/google-authenticator
parent76bd5726468be9477f060262cde5f4f7a8b00cb4 (diff)
downloadaports-7c1b3b76ba8a3dc1efd9495804133a456c0e3970.tar.bz2
aports-7c1b3b76ba8a3dc1efd9495804133a456c0e3970.tar.xz
community/google-authenticator: fix source file name
Diffstat (limited to 'community/google-authenticator')
-rw-r--r--community/google-authenticator/APKBUILD8
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"