summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSondre Nilsen2019-04-19 16:01:56 +0200
committerSondre Nilsen2019-04-19 16:01:56 +0200
commit96156e3986a0e3b092024521414a673b3dc89499 (patch)
tree320cb5d83343049ac0df1161a63d5c48426d9eb9
parent1132252440cc7a1c25cd36e05a4498c8586e9e31 (diff)
downloadaur-96156e3986a0e3b092024521414a673b3dc89499.tar.gz
Whoops, forgot to include SHA1SUM
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a65afca1b59..c690c3f37f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,6 @@ pkgbase = git-ignore-bin
provides = git-ignore
conflicts = git-ignore
source_x86_64 = https://github.com/sondr3/git-ignore/releases/download/v1.0.0/git-ignore-v1.0.0-x86_64-unknown-linux-musl.tar.gz
- sha1sums_x86_64 = 27be177b769d1f40cdd2628ebb6961279d7f2762
+ sha1sums_x86_64 = c11cdba8675c129142e9cb2fb3451b61f8f67320
pkgname = git-ignore-bin
diff --git a/PKGBUILD b/PKGBUILD
index d2b382c9e750..1809e3149f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
provides=('git-ignore')
conflicts=('git-ignore')
source_x86_64=("https://github.com/sondr3/git-ignore/releases/download/v${pkgver}/${pkgname/-bin/}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha1sums_x86_64=('27be177b769d1f40cdd2628ebb6961279d7f2762')
+sha1sums_x86_64=('c11cdba8675c129142e9cb2fb3451b61f8f67320')
package() {
install -Dm755 git-ignore "$pkgdir/usr/bin/git-ignore"