summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2020-10-15 17:55:00 +0100
committerJonathan Wright2020-10-15 17:55:00 +0100
commita579e21b9fe10799793e347f311cef82f99b1245 (patch)
tree9780dddfecdaf25b92b2b9e0f3e07ececf5a372d
parent8bfd069ce1cf66c9f4545dbb05e107a1bf249331 (diff)
downloadaur-a579e21b9fe10799793e347f311cef82f99b1245.tar.gz
Bump package to 0.1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc64bc136e4..83211ee581c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.1.0
+ provides = waypoint=0.1.1
options = !strip
- source_x86_64 = waypoint-0.1.0.zip::https://releases.hashicorp.com/waypoint/0.1.0/waypoint_0.1.0_linux_amd64.zip
- sha256sums_x86_64 = ce8ca2323a95f7497d6e6ca0b338191c55c13e05ed8337de0c19fe9cd8a0d015
+ source_x86_64 = waypoint-0.1.1.zip::https://releases.hashicorp.com/waypoint/0.1.1/waypoint_0.1.1_linux_amd64.zip
+ sha256sums_x86_64 = 3043153444c2207a50513e9696dea54f6a3b2b84eb9d6363ff9340a6e8ff4ccc
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a1a1f147652..c938267605da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.1.0
+pkgver=0.1.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=('ce8ca2323a95f7497d6e6ca0b338191c55c13e05ed8337de0c19fe9cd8a0d015')
+sha256sums_x86_64=('3043153444c2207a50513e9696dea54f6a3b2b84eb9d6363ff9340a6e8ff4ccc')
options=("!strip")
package() {