summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')