summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Grunwald2022-04-02 16:24:33 +0200
committerNils Grunwald2022-04-02 16:24:33 +0200
commita9eb18b2e01be540a62acc556d78ea1f17e3e894 (patch)
treec8a1d101328c1f21cfe995638e4136724fd396ae
parent6a4e00a338f522f7fd7a63f367f2c15c02d0c2a0 (diff)
downloadaur-a9eb18b2e01be540a62acc556d78ea1f17e3e894.tar.gz
release 0.1.0_alpha.18
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0becc27f06..2cf1f4444488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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.15
+ pkgver = 0.1.0_alpha.18
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.15/spire-0.1.0-alpha.15-linux-amd64.tgz
- sha256sums = 89ebfcc21b5f13f1fe0d2a0e500e5f1b595f77bd92880fa6142aa8c96fae5624
+ source = https://github.com/epiccastle/spire/releases/download/v0.1.0-alpha.18/spire-0.1.0-alpha.18-linux-amd64.tgz
+ sha256sums = f9ef9cbf48e6e8e100dd6bd6607b46920c8b10bb3d6cc2b85636b24b388f02ba
pkgname = spire-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 7c05a3469057..7bd1cb16051a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=spire-bin
-pkgver=0.1.0_alpha.15
+pkgver=0.1.0_alpha.18
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=('89ebfcc21b5f13f1fe0d2a0e500e5f1b595f77bd92880fa6142aa8c96fae5624')
+sha256sums=('f9ef9cbf48e6e8e100dd6bd6607b46920c8b10bb3d6cc2b85636b24b388f02ba')
package() {
install -Dm755 "${srcdir}/spire" "${pkgdir}/usr/bin/spire"