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 4c1740e15813..ef3afd8d0c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.4.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.4.1
+ provides = waypoint=0.5.0
options = !strip
- source_x86_64 = waypoint-0.4.1.zip::https://releases.hashicorp.com/waypoint/0.4.1/waypoint_0.4.1_linux_amd64.zip
- sha256sums_x86_64 = 3fba8cd3326584333b810be0b41eb9bb01833350c4e513417a3b22e5fd0a393a
+ source_x86_64 = waypoint-0.5.0.zip::https://releases.hashicorp.com/waypoint/0.5.0/waypoint_0.5.0_linux_amd64.zip
+ sha256sums_x86_64 = 2a5a353bd772be54466f0ab81361b383a2bc2d75266ca871197b54756e964ff5
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 431edbecc3b9..09261991b447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.4.1
+pkgver=0.5.0
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=('3fba8cd3326584333b810be0b41eb9bb01833350c4e513417a3b22e5fd0a393a')
+sha256sums_x86_64=('2a5a353bd772be54466f0ab81361b383a2bc2d75266ca871197b54756e964ff5')
options=("!strip")
package() {