summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-02-28 14:11:46 +0000
committerJonathan Wright2022-02-28 14:11:46 +0000
commit45044035c6795b511a6b89ed95862ca3c5416dbf (patch)
treeaac3f8a2e3b46150f87fc8d0ec468d7ee8446302
parentcd56b3d2efdd9c40caa55b5ee7b879b71fbadf79 (diff)
downloadaur-45044035c6795b511a6b89ed95862ca3c5416dbf.tar.gz
Bump package to 0.7.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91cc4f2ef0d7..cb5f64fda939 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.7.1
+ provides = waypoint=0.7.2
options = !strip
- 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
+ source_x86_64 = waypoint-0.7.2.zip::https://releases.hashicorp.com/waypoint/0.7.2/waypoint_0.7.2_linux_amd64.zip
+ sha256sums_x86_64 = f261bf03f98847271d743b618398010e14a9c396866b49f16425cf6fd6d0a5ab
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2811705934cb..a9d4700c51cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.7.1
+pkgver=0.7.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=('8db1d7ea881ebd6837dbdb76ddab3820d80a727f0e6bed9b8b290847ba862e54')
+sha256sums_x86_64=('f261bf03f98847271d743b618398010e14a9c396866b49f16425cf6fd6d0a5ab')
options=("!strip")
package() {