summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadoslaw Mejer2020-08-03 17:08:50 +0200
committerRadoslaw Mejer2020-08-03 17:08:50 +0200
commit25ea2b70e9dd10081416428952abe47ba287731f (patch)
tree5f2e0e4cefe9230413a1f70a28e09e13e6ae3304
parent69da91ad05a1ad5e12b68e02910bd2789516f90b (diff)
downloadaur-25ea2b70e9dd10081416428952abe47ba287731f.tar.gz
Bump to v1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af9faac31855..da89b2629340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-toolbelt
pkgdesc = A suite of useful Git commands that aid with scripting or every day command line usage
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/nvie/git-toolbelt
arch = any
license = BSD
- source = git-toolbelt-1.4.2.zip::https://github.com/nvie/git-toolbelt/archive/v1.4.2.tar.gz
- sha256sums = 0a4eb4f4106c5a43de5bd0b3f640e817e0fc001def08586b5929248c80d9bde2
+ source = git-toolbelt-1.5.0.zip::https://github.com/nvie/git-toolbelt/archive/v1.5.0.tar.gz
+ sha256sums = 8f9218c3f182462085292a4947253da5459617a0d8cf36f9038905d341e722a2
pkgname = git-toolbelt
diff --git a/PKGBUILD b/PKGBUILD
index 1e927fc6acc2..bc5a0f5bac8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="git-toolbelt"
-pkgver=1.4.2
+pkgver=1.5.0
pkgrel=1
pkgdesc="A suite of useful Git commands that aid with scripting or every day command line usage"
arch=(any)
@@ -9,7 +9,7 @@ source=(
"git-toolbelt-$pkgver.zip::https://github.com/nvie/git-toolbelt/archive/v$pkgver.tar.gz"
)
sha256sums=(
- "0a4eb4f4106c5a43de5bd0b3f640e817e0fc001def08586b5929248c80d9bde2"
+ "8f9218c3f182462085292a4947253da5459617a0d8cf36f9038905d341e722a2"
)
package() {