summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Grunwald2022-09-12 14:53:57 +0200
committerNils Grunwald2022-09-12 14:53:57 +0200
commit3f9da55d508cc945c406a30d352139be058ccf27 (patch)
treec569e3fe48a93445249b5550e6dec5133acccca9
parenta9eb18b2e01be540a62acc556d78ea1f17e3e894 (diff)
downloadaur-spire-bin.tar.gz
RELEASE 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cf1f4444488..cd05a4c59528 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.18
+ pkgver = 0.1.1
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.18/spire-0.1.0-alpha.18-linux-amd64.tgz
- sha256sums = f9ef9cbf48e6e8e100dd6bd6607b46920c8b10bb3d6cc2b85636b24b388f02ba
+ source = https://github.com/epiccastle/spire/releases/download/v0.1.1/spire-0.1.1-linux-amd64.tgz
+ sha256sums = 0ab0803cdf5afb1e6b2c8c4764ebc4dc4ff6566fa233284e7744a3aac4a65c0a
pkgname = spire-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7bd1cb16051a..3104f1a0bd18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=spire-bin
-pkgver=0.1.0_alpha.18
+pkgver=0.1.1
pkgrel=1
pkgdesc='A Clojure domain specific language tailored to idempotently orchestrate machines in parallel over SSH.'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=()
source=("https://github.com/epiccastle/spire/releases/download/v${pkgver/_/-}/${pkgname/\-bin/}-${pkgver/_/-}-linux-amd64.tgz")
-sha256sums=('f9ef9cbf48e6e8e100dd6bd6607b46920c8b10bb3d6cc2b85636b24b388f02ba')
+sha256sums=('0ab0803cdf5afb1e6b2c8c4764ebc4dc4ff6566fa233284e7744a3aac4a65c0a')
package() {
install -Dm755 "${srcdir}/spire" "${pkgdir}/usr/bin/spire"