summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Grunwald2020-07-13 19:44:41 +0200
committerNils Grunwald2020-07-13 19:44:41 +0200
commit6a4e00a338f522f7fd7a63f367f2c15c02d0c2a0 (patch)
tree2cac4e896b2b7fb969a0eab2bc9c62f6c7298721
parent8e9fdfe12922a9cadecee900a82a49c93997a877 (diff)
downloadaur-6a4e00a338f522f7fd7a63f367f2c15c02d0c2a0.tar.gz
release alpha15
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD6
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3a94c2e652..1e0becc27f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = spire-bin
- pkgdesc = A Clojure domain specific language tailored to idempotently orchestrate machines in parallel over SSH.
- pkgver = 0.1.0_alpha.13
- pkgrel = 2
- 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.13/spire-0.1.0-alpha.13-linux-amd64.tgz
- sha256sums = 1b637b76b3319afe93ebb0c9e58c62ecbe06e1d8c80f2592973b4d5d3959a273
+ pkgdesc = A Clojure domain specific language tailored to idempotently orchestrate machines in parallel over SSH.
+ pkgver = 0.1.0_alpha.15
+ 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
pkgname = spire-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index fc04cace650c..7c05a3469057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=spire-bin
-pkgver=0.1.0_alpha.13
-pkgrel=2
+pkgver=0.1.0_alpha.15
+pkgrel=1
pkgdesc='A Clojure domain specific language tailored to idempotently orchestrate machines in parallel over SSH.'
arch=('x86_64')
url='https://github.com/epiccastle/spire'
@@ -12,7 +12,7 @@ conflicts=()
source=("https://github.com/epiccastle/spire/releases/download/v${pkgver/_/-}/${pkgname/\-bin/}-${pkgver/_/-}-linux-amd64.tgz")
-sha256sums=('1b637b76b3319afe93ebb0c9e58c62ecbe06e1d8c80f2592973b4d5d3959a273')
+sha256sums=('89ebfcc21b5f13f1fe0d2a0e500e5f1b595f77bd92880fa6142aa8c96fae5624')
package() {
install -Dm755 "${srcdir}/spire" "${pkgdir}/usr/bin/spire"