summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Domingo Cansino2022-10-11 10:48:36 +0200
committerJavier Domingo Cansino2022-10-11 10:48:59 +0200
commitf7675ee3da2ad5ca8670e50101724af830c52170 (patch)
treee4a68d32c5b6e387213c02cd22b6df255705629a
parenta473cb92db152e7f3df4f1cd126b78428e75559e (diff)
downloadaur-helmsman-bin.tar.gz
Update helmsman to 3.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53b46a80d9aa..e723fce1e035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = helmsman-bin
pkgdesc = Helmsman binary distribution
- pkgver = 3.8.1
+ pkgver = 3.15.0
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/v3.8.1/Helmsman_3.8.1_linux_amd64.tar.gz
- sha256sums = cf9af3284fee9272827410c25ff651f7a4d7b6b5f67f87e509ce710d82ec757d
+ source = https://github.com/Praqma/helmsman/releases/download/v3.15.0/Helmsman_3.15.0_linux_amd64.tar.gz
+ sha256sums = 6aa6f982f090df135ff004b8278aa4feaee41c6cf93a1a67fa51b3667280c1d3
pkgname = helmsman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ec67a22c9e5..074aafa409bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=helmsman-bin
-pkgver=3.8.1
+pkgver=3.15.0
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=('cf9af3284fee9272827410c25ff651f7a4d7b6b5f67f87e509ce710d82ec757d')
+sha256sums=('6aa6f982f090df135ff004b8278aa4feaee41c6cf93a1a67fa51b3667280c1d3')
package() {
install -d "$pkgdir/usr/bin/"