summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-25 21:48:19 +1300
committerGeorge Rawlinson2022-09-25 21:48:19 +1300
commit543b44c0c246e4cbd8c7c9e379483b860da059f5 (patch)
treedb29db5c765a5dfc1b28b4437baa5158e2ffd52d
parentf0d6f33bb1a2a62555919efe30f9486a048a62f9 (diff)
downloadaur-543b44c0c246e4cbd8c7c9e379483b860da059f5.tar.gz
upgpkg: waypoint 0.10.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b10b10fe17de..13b983291a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waypoint
pkgdesc = A tool to build, deploy, and release any application on any platform
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://www.waypointproject.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = waypoint
makedepends = go-bindata
optdepends = docker: for local development server
options = !lto
- source = waypoint::git+https://github.com/hashicorp/waypoint.git#commit=bf33e413af4302eb3ffe15422d6dfc62dad092cf
+ source = waypoint::git+https://github.com/hashicorp/waypoint.git#commit=830e74dd0affdb08988a54c4b5ae2af2a297138c
b2sums = SKIP
pkgname = waypoint
diff --git a/PKGBUILD b/PKGBUILD
index 1b89b4511771..1975ea4f06b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=waypoint
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="A tool to build, deploy, and release any application on any platform"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MPL2')
makedepends=('git' 'go' 'go-bindata')
optdepends=('docker: for local development server')
options=('!lto')
-_commit='bf33e413af4302eb3ffe15422d6dfc62dad092cf'
+_commit='830e74dd0affdb08988a54c4b5ae2af2a297138c'
source=("$pkgname::git+https://github.com/hashicorp/waypoint.git#commit=$_commit")
b2sums=('SKIP')