summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-07-02 10:09:19 +0100
committerJonathan Wright2021-07-02 10:09:19 +0100
commit705447efcceda6f8d3c9538c039947e84e2c29a3 (patch)
treeabbb1f1aa50a2e36b67fc46a2ae330ecf966e6ab
parente8a839613d9a42b61e4b42fdc40dc11bb6457572 (diff)
downloadaur-705447efcceda6f8d3c9538c039947e84e2c29a3.tar.gz
Bump package to 0.4.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8709c4eb640..4c1740e15813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = waypoint-bin
pkgdesc = Consistent developer workflow tool
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = waypoint=0.4.0
+ provides = waypoint=0.4.1
options = !strip
- source_x86_64 = waypoint-0.4.0.zip::https://releases.hashicorp.com/waypoint/0.4.0/waypoint_0.4.0_linux_amd64.zip
- sha256sums_x86_64 = 6414d51bf525d4f841a0aa895f322f3ef940e874e038538023c4fabb8173ce15
+ source_x86_64 = waypoint-0.4.1.zip::https://releases.hashicorp.com/waypoint/0.4.1/waypoint_0.4.1_linux_amd64.zip
+ sha256sums_x86_64 = 3fba8cd3326584333b810be0b41eb9bb01833350c4e513417a3b22e5fd0a393a
pkgname = waypoint-bin
diff --git a/PKGBUILD b/PKGBUILD
index c68695afd750..431edbecc3b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=waypoint-bin
-pkgver=0.4.0
+pkgver=0.4.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=('6414d51bf525d4f841a0aa895f322f3ef940e874e038538023c4fabb8173ce15')
+sha256sums_x86_64=('3fba8cd3326584333b810be0b41eb9bb01833350c4e513417a3b22e5fd0a393a')
options=("!strip")
package() {