summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Domingo Cansino2019-06-03 11:55:22 +0100
committerJavier Domingo Cansino2019-06-03 11:55:22 +0100
commit03a05cff86b757381bcef54628d1c6c975561a08 (patch)
tree23b8c4d458fe013e529af63a2f6e42e8d37a7ffc
parentef68b0bbf1f05345f25d71e33fab56f808efc950 (diff)
downloadaur-03a05cff86b757381bcef54628d1c6c975561a08.tar.gz
Update helmsman to 1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9b9fe66065..3c51a2b5ff6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = helmsman-bin
pkgdesc = Helmsman binary distribution
- pkgver = 1.8.1
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/Praqma/helmsman
arch = x86_64
license = MIT
provides = helmsman
conflicts = helmsman
- source = https://github.com/Praqma/helmsman/releases/download/v1.8.1/Helmsman_1.8.1_linux_amd64.tar.gz
- sha256sums = cbca53d0c4af702508d92d970d196ea5515291e4a63df6bdab425dd907a95e3f
+ source = https://github.com/Praqma/helmsman/releases/download/v1.9.1/Helmsman_1.9.1_linux_amd64.tar.gz
+ sha256sums = d6717dfc002953209ffc86d666387f1473c46b60387685dbf5ec8e9a0bf5503b
pkgname = helmsman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b7b80fee8cd..788d8b11f37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=helmsman-bin
-pkgver=1.8.1
+pkgver=1.9.1
pkgrel=1
pkgdesc="Helmsman binary distribution"
arch=('x86_64')
@@ -9,7 +9,7 @@ provides=('helmsman')
conflicts=('helmsman')
source=("https://github.com/Praqma/helmsman/releases/download/v${pkgver//_/-}/Helmsman_${pkgver//_/-}_linux_amd64.tar.gz"
)
-sha256sums=('cbca53d0c4af702508d92d970d196ea5515291e4a63df6bdab425dd907a95e3f')
+sha256sums=('d6717dfc002953209ffc86d666387f1473c46b60387685dbf5ec8e9a0bf5503b')
package() {
install -d "$pkgdir/usr/bin/"