summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-10-07 20:22:40 +1300
committerGeorge Rawlinson2022-10-07 20:22:40 +1300
commit2276357b8e0d3d5686a9b9da63661327f6eb77df (patch)
tree3c2eb6b55e32e3d0a613e96d60a4f0fb4f561be3
parent543b44c0c246e4cbd8c7c9e379483b860da059f5 (diff)
downloadaur-2276357b8e0d3d5686a9b9da63661327f6eb77df.tar.gz
upgpkg: waypoint 0.10.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13b983291a34..20bf5590eba8 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.1
+ pkgver = 0.10.2
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=830e74dd0affdb08988a54c4b5ae2af2a297138c
+ source = waypoint::git+https://github.com/hashicorp/waypoint.git#commit=2c9926ef815cea731983b785f8e2e187355d259c
b2sums = SKIP
pkgname = waypoint
diff --git a/PKGBUILD b/PKGBUILD
index 1975ea4f06b7..4e201475652f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=waypoint
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
-pkgdesc="A tool to build, deploy, and release any application on any platform"
+pkgdesc='A tool to build, deploy, and release any application on any platform'
arch=('x86_64')
-url="https://www.waypointproject.io/"
+url='https://www.waypointproject.io/'
license=('MPL2')
makedepends=('git' 'go' 'go-bindata')
optdepends=('docker: for local development server')
options=('!lto')
-_commit='830e74dd0affdb08988a54c4b5ae2af2a297138c'
+_commit='2c9926ef815cea731983b785f8e2e187355d259c'
source=("$pkgname::git+https://github.com/hashicorp/waypoint.git#commit=$_commit")
b2sums=('SKIP')