diff options
author | George Rawlinson | 2022-12-16 22:07:36 +1300 |
---|---|---|
committer | George Rawlinson | 2022-12-16 22:07:36 +1300 |
commit | 37b50b573f971e5bd935b183f4c8504108eb305b (patch) | |
tree | 9be50671265f78145a3436927e7e95d16adf7dd7 /PKGBUILD | |
parent | cf800e84d6b8257f51b420167d377c33db9cff34 (diff) | |
download | aur-waypoint.tar.gz |
upgpkg: waypoint 0.10.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <grawlinson@archlinux.org> pkgname=waypoint -pkgver=0.10.4 +pkgver=0.10.5 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='46720cf33fd6a09261c6236c5b8cc7b9b1621e11' +_commit='ece0f754160d7f394465b677702688d704c2588c' source=("$pkgname::git+https://github.com/hashicorp/waypoint.git#commit=$_commit") b2sums=('SKIP') |