summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2022-08-15 21:00:36 +0300
committerPerttu Luukko2022-08-15 21:00:36 +0300
commitb9c6ca19cf4935434a8aa0b3ec694655d8834184 (patch)
treebb79444cb1acf2f61242136d7e73457e6f7e0b0e
parent6dc21806c5e74c734ae36416caad13c3538e3169 (diff)
downloadaur-jump.tar.gz
Update to 0.51.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e2de0cf86d..bf4d17613bee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jump
pkgdesc = Quick and fuzzy directory jumper
- pkgver = 0.41.0
+ pkgver = 0.51.0
pkgrel = 1
url = https://github.com/gsamokovarov/jump
arch = i686
@@ -9,7 +9,7 @@ pkgbase = jump
makedepends = go
depends = glibc
conflicts = jump-git
- source = jump-0.41.0.tar.gz::https://github.com/gsamokovarov/jump/archive/v0.41.0.tar.gz
- sha256sums = 833151da3e9dc09190588c0a381116e3dfdf5b728869cb7b96681eb59c452b4c
+ source = jump-0.51.0.tar.gz::https://github.com/gsamokovarov/jump/archive/v0.51.0.tar.gz
+ sha256sums = ce297cada71e1dca33cd7759e55b28518d2bf317cdced1f3b3f79f40fa1958b5
pkgname = jump
diff --git a/PKGBUILD b/PKGBUILD
index b8dc555db53f..7cccbf2bcc02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Perttu Luukko (firstname at lastname dot fi)
pkgname=jump
-pkgver=0.41.0
+pkgver=0.51.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=('833151da3e9dc09190588c0a381116e3dfdf5b728869cb7b96681eb59c452b4c')
+sha256sums=('ce297cada71e1dca33cd7759e55b28518d2bf317cdced1f3b3f79f40fa1958b5')
build() {
cd "$srcdir/jump-${pkgver}"