summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2022-03-10 19:04:55 +0200
committerPerttu Luukko2022-03-10 19:04:55 +0200
commit6dc21806c5e74c734ae36416caad13c3538e3169 (patch)
tree886feca9a0fa1664cd881327e65675a421ca6726
parent1dca42a24047da5e85c1f2408570aa0659c68282 (diff)
downloadaur-6dc21806c5e74c734ae36416caad13c3538e3169.tar.gz
Update to 0.41.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eba209013455..73e2de0cf86d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jump
pkgdesc = Quick and fuzzy directory jumper
- pkgver = 0.40.0
+ pkgver = 0.41.0
pkgrel = 1
url = https://github.com/gsamokovarov/jump
arch = i686
@@ -9,8 +9,7 @@ pkgbase = jump
makedepends = go
depends = glibc
conflicts = jump-git
- source = jump-0.40.0.tar.gz::https://github.com/gsamokovarov/jump/archive/v0.40.0.tar.gz
- sha256sums = f005f843fc65b7be1d4159da7d4c220eef0229ecec9935c6ac23e4963eef645e
+ source = jump-0.41.0.tar.gz::https://github.com/gsamokovarov/jump/archive/v0.41.0.tar.gz
+ sha256sums = 833151da3e9dc09190588c0a381116e3dfdf5b728869cb7b96681eb59c452b4c
pkgname = jump
-
diff --git a/PKGBUILD b/PKGBUILD
index 8819b5188d68..b8dc555db53f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Perttu Luukko (firstname at lastname dot fi)
pkgname=jump
-pkgver=0.40.0
+pkgver=0.41.0
pkgrel=1
pkgdesc="Quick and fuzzy directory jumper"
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ depends=("glibc")
makedepends=("go")
conflicts=("jump-git")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gsamokovarov/jump/archive/v${pkgver}.tar.gz")
-sha256sums=('f005f843fc65b7be1d4159da7d4c220eef0229ecec9935c6ac23e4963eef645e')
+sha256sums=('833151da3e9dc09190588c0a381116e3dfdf5b728869cb7b96681eb59c452b4c')
build() {
cd "$srcdir/jump-${pkgver}"