summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Domingo Cansino2020-02-04 10:29:30 +0000
committerJavier Domingo Cansino2020-02-04 10:29:30 +0000
commitfbdc3f26262d8f308d8fe27d2c0d6f1455cd7246 (patch)
treecfcb1f4239719fd7aef6b394567324fcec8fa7c1
parent27a88ff69021118fba2b670619dc0322a7316b8f (diff)
downloadaur-fbdc3f26262d8f308d8fe27d2c0d6f1455cd7246.tar.gz
Update to 3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1872e8f7d3f2..e872cca55549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = helmsman-bin
pkgdesc = Helmsman binary distribution
- pkgver = 3.0.2
+ pkgver = 3.1.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.0.2/Helmsman_3.0.2_linux_amd64.tar.gz
- sha256sums = 206641e94741fc373f81bc38ebd6d196e6a4fca4c2aca6f0f2c5548da3ab08da
+ source = https://github.com/Praqma/helmsman/releases/download/v3.1.0/Helmsman_3.1.0_linux_amd64.tar.gz
+ sha256sums = 4fc9fbbd10728ed9137dcd875128dde3b3eaa48759ee40354230614b192c7518
pkgname = helmsman-bin
diff --git a/PKGBUILD b/PKGBUILD
index f73afebe3a5f..e232f6b71d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=helmsman-bin
-pkgver=3.0.2
+pkgver=3.1.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=('206641e94741fc373f81bc38ebd6d196e6a4fca4c2aca6f0f2c5548da3ab08da')
+sha256sums=('4fc9fbbd10728ed9137dcd875128dde3b3eaa48759ee40354230614b192c7518')
package() {
install -d "$pkgdir/usr/bin/"