summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-10-21 20:02:15 +0100
committerJonathan Wright2021-10-21 20:02:15 +0100
commitfd3bc448c89d24f576b7af24aa76a982736f02a7 (patch)
tree9a40156d67ad74e73424bf446a690442a33e62c2
parent01524398650c2948201374d42d93fa5a162021ad (diff)
downloadaur-fd3bc448c89d24f576b7af24aa76a982736f02a7.tar.gz
Bump package to 0.6.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e458cd61109..f17b120acce2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.6.0
+ provides = waypoint=0.6.1
options = !strip
- 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
+ source_x86_64 = waypoint-0.6.1.zip::https://releases.hashicorp.com/waypoint/0.6.1/waypoint_0.6.1_linux_amd64.zip
+ sha256sums_x86_64 = a6194624254a94147c468e0e99aeebb616a4820a593f2a8707704d9c467cba80
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 096dcfb488ed..ae734f6bf18c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.6.0
+pkgver=0.6.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=('1b67f1bf67616f0b323223c87e260cbc3612a82a5a3d362edc7d159ca0a94da7')
+sha256sums_x86_64=('a6194624254a94147c468e0e99aeebb616a4820a593f2a8707704d9c467cba80')
options=("!strip")
package() {