summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2020-10-26 18:41:02 +0000
committerJonathan Wright2020-10-26 18:41:02 +0000
commit632caf563d647aea4ba6a9be98e678b2d8bb880f (patch)
treeb0db5259114cc2a2aa11affa47496966b8731a1d
parent532612487e78a571146c18095092351e01985963 (diff)
downloadaur-632caf563d647aea4ba6a9be98e678b2d8bb880f.tar.gz
Bump package to 0.1.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c521aa12775..d1623728c631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.1.3
+ provides = waypoint=0.1.4
options = !strip
- source_x86_64 = waypoint-0.1.3.zip::https://releases.hashicorp.com/waypoint/0.1.3/waypoint_0.1.3_linux_amd64.zip
- sha256sums_x86_64 = bdf668eacd418ca412df9a93e9c243d790653eea75df608a242965ef79998633
+ 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
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9c5541ef42d..137e2fb4a87f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.1.3
+pkgver=0.1.4
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=('bdf668eacd418ca412df9a93e9c243d790653eea75df608a242965ef79998633')
+sha256sums_x86_64=('79a871123becb2efa133315ce47f540c761996e3796830c55d42e5832367ca59')
options=("!strip")
package() {