summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-01-11 21:24:02 +1300
committerGeorge Rawlinson2023-01-11 21:24:02 +1300
commitd5f3870ea79680bdd2ebf594524e5c820e400fbd (patch)
treec32ad8a19015a11ee1e0980262e417f3942065b6
parentc3aaa7411254993923cf9b9ff000be78824f9c80 (diff)
downloadaur-sake.tar.gz
upgpkg: sake 0.14.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7d305e3c72b..1534c40e7c30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sake
pkgdesc = CLI tool that enables you to run commands on servers via ssh
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://sakecli.com
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = sake
makedepends = go
depends = glibc
options = !lto
- source = sake::git+https://github.com/alajmo/sake#commit=f989a690e6d82db4eb360e8bea5d17457db10606
+ source = sake::git+https://github.com/alajmo/sake#commit=2c96becd0f9e68dda3e69618a0f64995203f851f
b2sums = SKIP
pkgname = sake
diff --git a/PKGBUILD b/PKGBUILD
index 3508032c4486..656f991e6d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=sake
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc='CLI tool that enables you to run commands on servers via ssh'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('git' 'go')
options=('!lto')
-_commit='f989a690e6d82db4eb360e8bea5d17457db10606'
+_commit='2c96becd0f9e68dda3e69618a0f64995203f851f'
source=("$pkgname::git+https://github.com/alajmo/sake#commit=$_commit")
b2sums=('SKIP')