summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dde3599bf1fa..57f7a2ee76dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=spire-bin
-pkgver=0.1.0_alpha.6
+pkgver=0.1.0_alpha.9
pkgrel=1
pkgdesc='A Clojure domain specific language tailored to idempotently orchestrate machines in parallel over SSH.'
arch=('x86_64')
@@ -12,8 +12,8 @@ conflicts=()
source=("https://github.com/epiccastle/spire/releases/download/v${pkgver/_/-}/${pkgname/\-bin/}-${pkgver/_/-}-linux-amd64.tgz")
-sha256sums=('786153458fa0b5b4232f3c7b7520942daf72ace6cecb975a49b8179b91138584')
+sha256sums=('dd93d93131e5e8c286eed13ba72820fa01ef52057d3c7c48c7e46aba2f082cbe')
package() {
install -Dm755 "${srcdir}/spire" "${pkgdir}/usr/bin/spire"
-} \ No newline at end of file
+}