summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadoslaw Mejer2020-02-26 15:42:22 +0100
committerRadoslaw Mejer2020-02-26 15:42:22 +0100
commit3f56faa9a6d7e45816a46016d273818200c05204 (patch)
treea1673a2431209d3d86b28f8311732a5cbca30e36
parentac93650cdb6412cfbda3ff9dac960d8e4a267cef (diff)
downloadaur-3f56faa9a6d7e45816a46016d273818200c05204.tar.gz
Bump to v1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 219379715933..0ca2a638bee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = git-toolbelt
pkgdesc = A suite of useful Git commands that aid with scripting or every day command line usage
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/nvie/git-toolbelt
arch = any
- source = git-toolbelt-1.3.0.zip::https://github.com/nvie/git-toolbelt/archive/v1.3.0.tar.gz
- sha256sums = 67234011a784ae8b02a1173923483239147eb6d2d834665dd816ea976c269ff4
+ source = git-toolbelt-1.4.0.zip::https://github.com/nvie/git-toolbelt/archive/v1.4.0.tar.gz
+ sha256sums = 3c9f69cfee1ca8057069a93be4f6e10f8ce90c1f1989d969aebf6cc97e24b965
pkgname = git-toolbelt
diff --git a/PKGBUILD b/PKGBUILD
index b9d14b73ecd2..3270c61aaddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="git-toolbelt"
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="A suite of useful Git commands that aid with scripting or every day command line usage"
arch=(any)
@@ -8,7 +8,7 @@ source=(
"git-toolbelt-$pkgver.zip::https://github.com/nvie/git-toolbelt/archive/v$pkgver.tar.gz"
)
sha256sums=(
- "ed369d58476e10a0a0c025c889dcf7a15e3abe7eb60db2e716d9a4b25db0e892"
+ "3c9f69cfee1ca8057069a93be4f6e10f8ce90c1f1989d969aebf6cc97e24b965"
)
package() {