summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-05-14 21:05:22 +0100
committerJonathan Wright2021-05-14 21:05:22 +0100
commit056de0d9473d699d997545e3bd4344f4cf260877 (patch)
tree8725a8c31b0db495079693ce8b2054b400253f2a
parent69a913f163510cc9d2f9261318142016cc8d0965 (diff)
downloadaur-056de0d9473d699d997545e3bd4344f4cf260877.tar.gz
Bump package to 0.3.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2abc9804d3..428e574507f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.3.1
+ provides = waypoint=0.3.2
options = !strip
- source_x86_64 = waypoint-0.3.1.zip::https://releases.hashicorp.com/waypoint/0.3.1/waypoint_0.3.1_linux_amd64.zip
- sha256sums_x86_64 = caaad459343295a6f3b9354ff1ddca3b5e7e747506a33b82f84f3f14fc8d6ed4
+ source_x86_64 = waypoint-0.3.2.zip::https://releases.hashicorp.com/waypoint/0.3.2/waypoint_0.3.2_linux_amd64.zip
+ sha256sums_x86_64 = 0df77efcab7e9a2153b916e4d13b92cd89d09429a483c0e1bae7b31bc13370ee
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 18eaab1ae1aa..e0a5ee1b8f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.3.1
+pkgver=0.3.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=('caaad459343295a6f3b9354ff1ddca3b5e7e747506a33b82f84f3f14fc8d6ed4')
+sha256sums_x86_64=('0df77efcab7e9a2153b916e4d13b92cd89d09429a483c0e1bae7b31bc13370ee')
options=("!strip")
package() {