summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6db3c40539..5fa56ac83bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.11.3
+ pkgver = 0.11.4
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.11.3
+ provides = waypoint=0.11.4
options = !strip
- source_x86_64 = waypoint-0.11.3.zip::https://releases.hashicorp.com/waypoint/0.11.3/waypoint_0.11.3_linux_amd64.zip
- sha256sums_x86_64 = 17e9e39bf8ffc658ae162c8dc3418a16752109042c2e5f1e07896b117c3616d1
+ source_x86_64 = waypoint-0.11.4.zip::https://releases.hashicorp.com/waypoint/0.11.4/waypoint_0.11.4_linux_amd64.zip
+ sha256sums_x86_64 = 96d314f1bc182a30ca9e93910981fbd4ecf7290763c55d2d4e8ddce2b23abdca
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e6a7def19ea..36f849501f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.11.3
+pkgver=0.11.4
pkgrel=1
pkgdesc="Consistent developer workflow tool"
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('unzip')
provides=("waypoint=${pkgver}")
source_x86_64=("waypoint-${pkgver}.zip::https://releases.hashicorp.com/waypoint/${pkgver}/waypoint_${pkgver}_linux_amd64.zip")
-sha256sums_x86_64=('17e9e39bf8ffc658ae162c8dc3418a16752109042c2e5f1e07896b117c3616d1')
+sha256sums_x86_64=('96d314f1bc182a30ca9e93910981fbd4ecf7290763c55d2d4e8ddce2b23abdca')
options=("!strip")
package() {