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 30fb66afec04..a040a4bf288a 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.0.16
+ pkgver = 0.1.0
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.0.16.tar.gz
- b2sums = 96da95187e1c8fd27cade788b34c6da9ebd9a3ce5e7281a72d349048814e0c3825f31a575513c3b085241704473b4f96612b3c049d6078d6ffdb1f9625092dc8
+ source = https://github.com/gruntwork-io/git-xargs/archive/refs/tags/v0.1.0.tar.gz
+ b2sums = fbecd02c17b6e4dfe954590848c781572aa98503eed0ddca6b207492bdd284177baa6e0810290202e50b403484ea5b38b512cee6f1660e543cddbd8345e7f963
pkgname = git-xargs
diff --git a/PKGBUILD b/PKGBUILD
index ce5c8c82477f..0b82e6057ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=git-xargs
_pkgname=git-xargs
-pkgver=0.0.16
+pkgver=0.1.0
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=('96da95187e1c8fd27cade788b34c6da9ebd9a3ce5e7281a72d349048814e0c3825f31a575513c3b085241704473b4f96612b3c049d6078d6ffdb1f9625092dc8')
+b2sums=('fbecd02c17b6e4dfe954590848c781572aa98503eed0ddca6b207492bdd284177baa6e0810290202e50b403484ea5b38b512cee6f1660e543cddbd8345e7f963')
license=('Apache')
build(){