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 e2f3cdd54d98..660e919fe250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.2.2
+ pkgver = 0.2.4
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.2.2
+ provides = waypoint=0.2.4
options = !strip
- source_x86_64 = waypoint-0.2.2.zip::https://releases.hashicorp.com/waypoint/0.2.2/waypoint_0.2.2_linux_amd64.zip
- sha256sums_x86_64 = 519c5c352b018cbe0908d7e97f88b81f647db482320d5660c116bbc7508d62af
+ source_x86_64 = waypoint-0.2.4.zip::https://releases.hashicorp.com/waypoint/0.2.4/waypoint_0.2.4_linux_amd64.zip
+ sha256sums_x86_64 = 114c34148ad714e2ac0332b9e10437cf8402c37f8d0ad13c90410497fc47fdc1
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c5eef49dbf1..787eeeb2f644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.2.2
+pkgver=0.2.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=('519c5c352b018cbe0908d7e97f88b81f647db482320d5660c116bbc7508d62af')
+sha256sums_x86_64=('114c34148ad714e2ac0332b9e10437cf8402c37f8d0ad13c90410497fc47fdc1')
options=("!strip")
package() {