summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2021-03-04 08:07:05 +0200
committerPerttu Luukko2021-03-04 08:07:05 +0200
commit7ca6a08d05f31bb44f9ead40277b3f6b2938719a (patch)
tree4a744e499479df99195114239bca88d78262feb7
parentc542942432edb2bb61d4a2965e28cd47e5ed2ce0 (diff)
downloadaur-7ca6a08d05f31bb44f9ead40277b3f6b2938719a.tar.gz
Update to 0.40.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4e90b0d159f..e70ab3ab1eb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jump
pkgdesc = Quick and fuzzy directory jumper
- pkgver = 0.30.1
+ pkgver = 0.40.0
pkgrel = 1
url = https://github.com/gsamokovarov/jump
arch = i686
@@ -9,8 +9,8 @@ pkgbase = jump
makedepends = go
depends = glibc
conflicts = jump-git
- source = https://github.com/gsamokovarov/jump/archive/v0.30.1.tar.gz
- sha256sums = 76d6453246c047b49e669499dc1b6a7e4c4520653627461d84ad40c6afb45562
+ source = https://github.com/gsamokovarov/jump/archive/v0.40.0.tar.gz
+ sha256sums = f005f843fc65b7be1d4159da7d4c220eef0229ecec9935c6ac23e4963eef645e
pkgname = jump
diff --git a/PKGBUILD b/PKGBUILD
index df82787d8be3..1391e6c0d87c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Perttu Luukko (firstname at lastname dot fi)
pkgname=jump
-pkgver=0.30.1
+pkgver=0.40.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=("https://github.com/gsamokovarov/jump/archive/v${pkgver}.tar.gz")
-sha256sums=('76d6453246c047b49e669499dc1b6a7e4c4520653627461d84ad40c6afb45562')
+sha256sums=('f005f843fc65b7be1d4159da7d4c220eef0229ecec9935c6ac23e4963eef645e')
build() {
cd "$srcdir/jump-${pkgver}"