summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Grunwald2020-05-10 13:16:25 +0200
committerNils Grunwald2020-05-10 13:16:25 +0200
commit60c4d9b2bf5941d74c40c8636c974ba18f8dd6ec (patch)
treebc41f493ddab5ab783445b8703eea7c0a067ba39
parent5afe606e4a1b46f5619fc2de5989c748faf8af59 (diff)
downloadaur-60c4d9b2bf5941d74c40c8636c974ba18f8dd6ec.tar.gz
release 0.1.0-alpha.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d08d7ff3477..4978c715c948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = spire-bin
pkgdesc = A Clojure domain specific language tailored to idempotently orchestrate machines in parallel over SSH.
- pkgver = 0.1.0_alpha.6
+ pkgver = 0.1.0_alpha.9
pkgrel = 1
url = https://github.com/epiccastle/spire
arch = x86_64
license = EPL
provides = spire
- source = https://github.com/epiccastle/spire/releases/download/v0.1.0-alpha.6/spire-0.1.0-alpha.6-linux-amd64.tgz
- sha256sums = 786153458fa0b5b4232f3c7b7520942daf72ace6cecb975a49b8179b91138584
+ source = https://github.com/epiccastle/spire/releases/download/v0.1.0-alpha.9/spire-0.1.0-alpha.9-linux-amd64.tgz
+ sha256sums = dd93d93131e5e8c286eed13ba72820fa01ef52057d3c7c48c7e46aba2f082cbe
pkgname = spire-bin
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
+}