diff options
-rw-r--r-- | community/re2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/re2/APKBUILD b/community/re2/APKBUILD index 369c4d1637..8647226d13 100644 --- a/community/re2/APKBUILD +++ b/community/re2/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="BSD-3-Clause" subpackages="$pkgname-dev $pkgname-doc" provides="libre2" -source="https://github.com/google/$pkgname/archive/$_pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/$_pkgver.tar.gz" builddir="$srcdir"/$pkgname-$_pkgver build() { @@ -30,4 +30,4 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="91e400856137d16c6319e310dab99b4baa74c0bcf634c97464fccdf4092ffc8e1d5ee2a6714b8114719e2dd92e962d5e970ce1b360a3644a8b395d8fb47431be 2018-10-01.tar.gz" +sha512sums="91e400856137d16c6319e310dab99b4baa74c0bcf634c97464fccdf4092ffc8e1d5ee2a6714b8114719e2dd92e962d5e970ce1b360a3644a8b395d8fb47431be re2-2018.10.01.tar.gz" |