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 17c78494baa0..3ab10d21a6c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.10.0
+ provides = waypoint=0.10.1
options = !strip
- source_x86_64 = waypoint-0.10.0.zip::https://releases.hashicorp.com/waypoint/0.10.0/waypoint_0.10.0_linux_amd64.zip
- sha256sums_x86_64 = f5afcb30f7a6aa7be9b71b0f318fcb9dc3a55acba032b6041a29ceaf3366e2d2
+ source_x86_64 = waypoint-0.10.1.zip::https://releases.hashicorp.com/waypoint/0.10.1/waypoint_0.10.1_linux_amd64.zip
+ sha256sums_x86_64 = 2366796f6f76a3491f99818245419c5e48fc4fc4352d0499599f10db97502698
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a17801f28bb..9aa143d9906e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.10.0
+pkgver=0.10.1
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=('f5afcb30f7a6aa7be9b71b0f318fcb9dc3a55acba032b6041a29ceaf3366e2d2')
+sha256sums_x86_64=('2366796f6f76a3491f99818245419c5e48fc4fc4352d0499599f10db97502698')
options=("!strip")
package() {