summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-01-26 09:27:02 +0000
committerJonathan Wright2022-01-26 09:27:02 +0000
commitcd56b3d2efdd9c40caa55b5ee7b879b71fbadf79 (patch)
tree670050acc300dc85b1ab32825484f143bc86d974
parent46706589d035126fdef1498585e4eaabc6494961 (diff)
downloadaur-cd56b3d2efdd9c40caa55b5ee7b879b71fbadf79.tar.gz
Bump package to 0.7.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe4d9ebdc57f..91cc4f2ef0d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.7.0
+ provides = waypoint=0.7.1
options = !strip
- source_x86_64 = waypoint-0.7.0.zip::https://releases.hashicorp.com/waypoint/0.7.0/waypoint_0.7.0_linux_amd64.zip
- sha256sums_x86_64 = fa3aefd80c934fb24f047336a7221de2ccda522e0a1941cbad11a4ece906a869
+ source_x86_64 = waypoint-0.7.1.zip::https://releases.hashicorp.com/waypoint/0.7.1/waypoint_0.7.1_linux_amd64.zip
+ sha256sums_x86_64 = 8db1d7ea881ebd6837dbdb76ddab3820d80a727f0e6bed9b8b290847ba862e54
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index d00e5aa718ad..2811705934cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.7.0
+pkgver=0.7.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=('fa3aefd80c934fb24f047336a7221de2ccda522e0a1941cbad11a4ece906a869')
+sha256sums_x86_64=('8db1d7ea881ebd6837dbdb76ddab3820d80a727f0e6bed9b8b290847ba862e54')
options=("!strip")
package() {