summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2020-11-10 09:28:53 +0000
committerJonathan Wright2020-11-10 09:28:53 +0000
commit50ecdc971e0e60962fde9c28fcd92c13748c94e1 (patch)
tree710b2ef169498334c85fd8b94d7e3f56fa8ebfa1
parent632caf563d647aea4ba6a9be98e678b2d8bb880f (diff)
downloadaur-50ecdc971e0e60962fde9c28fcd92c13748c94e1.tar.gz
Bump package to 0.1.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1623728c631..5c67a0fa234e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.1.4
+ provides = waypoint=0.1.5
options = !strip
- source_x86_64 = waypoint-0.1.4.zip::https://releases.hashicorp.com/waypoint/0.1.4/waypoint_0.1.4_linux_amd64.zip
- sha256sums_x86_64 = 79a871123becb2efa133315ce47f540c761996e3796830c55d42e5832367ca59
+ source_x86_64 = waypoint-0.1.5.zip::https://releases.hashicorp.com/waypoint/0.1.5/waypoint_0.1.5_linux_amd64.zip
+ sha256sums_x86_64 = d8a76a141c2a729d53ac94910de8badff31e748008dc0d989d27d6b2e6fc132e
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 137e2fb4a87f..38d641f12ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.1.4
+pkgver=0.1.5
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=('79a871123becb2efa133315ce47f540c761996e3796830c55d42e5832367ca59')
+sha256sums_x86_64=('d8a76a141c2a729d53ac94910de8badff31e748008dc0d989d27d6b2e6fc132e')
options=("!strip")
package() {