summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95db9fa131ee..814452740ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-xargs
pkgdesc = git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
- pkgver = 0.1.4
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/gruntwork-io/git-xargs
arch = i686
arch = x86_64
license = Apache
makedepends = go
- source = https://github.com/gruntwork-io/git-xargs/archive/refs/tags/v0.1.4.tar.gz
- b2sums = 0c60f400fa3a3629c98f9175ddf56a19270d8423d15a401e3f8cf7b8907d226f5dcc6836d7a64d46c9f924dacc2630df6583e1b7ca7819f14d060e80a7ca9bd3
+ source = https://github.com/gruntwork-io/git-xargs/archive/refs/tags/v0.1.7.tar.gz
+ b2sums = 900273067e1928fbe6491d8248007878711161b3ed0b906f486c75a3ebd1cc9958792c149d00e59842a986936abd5ce981874916abeb9100cdfee17e15324a65
pkgname = git-xargs
diff --git a/PKGBUILD b/PKGBUILD
index 1061d026f16e..b379240c668e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=git-xargs
_pkgname=git-xargs
-pkgver=0.1.4
+pkgver=0.1.7
pkgdesc='git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.'
pkgrel=1
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/gruntwork-io/git-xargs'
source=("https://github.com/gruntwork-io/git-xargs/archive/refs/tags/v${pkgver}.tar.gz")
depends=()
makedepends=('go')
-b2sums=('0c60f400fa3a3629c98f9175ddf56a19270d8423d15a401e3f8cf7b8907d226f5dcc6836d7a64d46c9f924dacc2630df6583e1b7ca7819f14d060e80a7ca9bd3')
+b2sums=('900273067e1928fbe6491d8248007878711161b3ed0b906f486c75a3ebd1cc9958792c149d00e59842a986936abd5ce981874916abeb9100cdfee17e15324a65')
license=('Apache')
build(){