summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Grunwald2020-05-18 10:35:27 +0200
committerNils Grunwald2020-05-18 10:35:27 +0200
commit4de655616fa00a0e223a80fb20fb7d5a63b113a1 (patch)
tree022851ccda3f3e8f0a7ba82ec0cbee75eddef140
parentc5b236e97be2abb199c362a5b42f57af58923f86 (diff)
downloadaur-4de655616fa00a0e223a80fb20fb7d5a63b113a1.tar.gz
update sig
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b7fdf7abbe8..b60f00baf44a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,6 @@ pkgbase = spire-bin
license = EPL
provides = spire
source = https://github.com/epiccastle/spire/releases/download/v0.1.0-alpha.10/spire-0.1.0-alpha.10-linux-amd64.tgz
- sha256sums = dd93d93131e5e8c286eed13ba72820fa01ef52057d3c7c48c7e46aba2f082cbe
+ sha256sums = 96f84b5b5641159a39e66a8ad1c2697df0dd267b6a5fa74c3497761b48ec8611
pkgname = spire-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc0616a0b7da..ddb7c2bbb090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ conflicts=()
source=("https://github.com/epiccastle/spire/releases/download/v${pkgver/_/-}/${pkgname/\-bin/}-${pkgver/_/-}-linux-amd64.tgz")
-sha256sums=('dd93d93131e5e8c286eed13ba72820fa01ef52057d3c7c48c7e46aba2f082cbe')
+sha256sums=('96f84b5b5641159a39e66a8ad1c2697df0dd267b6a5fa74c3497761b48ec8611')
package() {
install -Dm755 "${srcdir}/spire" "${pkgdir}/usr/bin/spire"