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 62b611b2c4ba..64ffcb67ab65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.11.1
+ pkgver = 0.11.2
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.11.1
+ provides = waypoint=0.11.2
options = !strip
- source_x86_64 = waypoint-0.11.1.zip::https://releases.hashicorp.com/waypoint/0.11.1/waypoint_0.11.1_linux_amd64.zip
- sha256sums_x86_64 = 849221f7bfeb1309e913d5ce4cf391184fdb5f2295ac67160e48d36550be10db
+ source_x86_64 = waypoint-0.11.2.zip::https://releases.hashicorp.com/waypoint/0.11.2/waypoint_0.11.2_linux_amd64.zip
+ sha256sums_x86_64 = d825543b2b82951cce0a8ec7451eb630e1648c4b64886bca88c8b9623f8465f2
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index e294ab1d2b0b..54ec59d434f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.11.1
+pkgver=0.11.2
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=('849221f7bfeb1309e913d5ce4cf391184fdb5f2295ac67160e48d36550be10db')
+sha256sums_x86_64=('d825543b2b82951cce0a8ec7451eb630e1648c4b64886bca88c8b9623f8465f2')
options=("!strip")
package() {