summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-10-14 19:42:45 +0100
committerJonathan Wright2021-10-14 19:42:45 +0100
commit01524398650c2948201374d42d93fa5a162021ad (patch)
treee9a849ff8ffaf36ffe52849a2601e9abdbf0c943
parent27519237621aee0b5fc6608c52d056ebb42923b1 (diff)
downloadaur-01524398650c2948201374d42d93fa5a162021ad.tar.gz
Bump package to 0.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e90aa64b3a0..5e458cd61109 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.5.2
+ pkgver = 0.6.0
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.5.2
+ provides = waypoint=0.6.0
options = !strip
- source_x86_64 = waypoint-0.5.2.zip::https://releases.hashicorp.com/waypoint/0.5.2/waypoint_0.5.2_linux_amd64.zip
- sha256sums_x86_64 = 8e9f53d525e5f49e57f65c58ed8caea569b5fd0dcff44c380d103782d077d4d9
+ source_x86_64 = waypoint-0.6.0.zip::https://releases.hashicorp.com/waypoint/0.6.0/waypoint_0.6.0_linux_amd64.zip
+ sha256sums_x86_64 = 1b67f1bf67616f0b323223c87e260cbc3612a82a5a3d362edc7d159ca0a94da7
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b9b9deed772..096dcfb488ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.5.2
+pkgver=0.6.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=('8e9f53d525e5f49e57f65c58ed8caea569b5fd0dcff44c380d103782d077d4d9')
+sha256sums_x86_64=('1b67f1bf67616f0b323223c87e260cbc3612a82a5a3d362edc7d159ca0a94da7')
options=("!strip")
package() {