summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabu Siyad2022-10-07 10:47:15 +0530
committerSabu Siyad2022-10-07 10:47:15 +0530
commitac183482ce407236cae5c051204fb0b3529da84c (patch)
treee0b4d0ad357d719abd6c89985b56f478e7e12766
parent28edfcb09d8ca2f78b2b8129d8ee6287590abeb6 (diff)
downloadaur-zsh-plugin-wd.tar.gz
upgpkg: zsh-plugin-wd 0.5.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698e66016304..bd17922929c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zsh-plugin-wd
pkgdesc = Jump to custom directories in zsh
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/mfaerevaag/wd
install = zsh-plugin-wd.install
@@ -10,7 +10,7 @@ pkgbase = zsh-plugin-wd
provides = zsh-plugin-wd
conflicts = zsh-plugin-wd
conflicts = zsh-plugin-wd
- source = wd::https://github.com/mfaerevaag/wd/archive/refs/tags/v0.5.1.zip
- sha256sums = 1b89eba72840c17fdc42899f2269a25a442c56baad6f13b44278f866806a475f
+ source = wd::https://github.com/mfaerevaag/wd/archive/refs/tags/v0.5.2.zip
+ sha256sums = 52a928c0aede59b7a6cbc6a04ed0b76f1f1ebc174bebd2352ae4d89af01a14f5
pkgname = zsh-plugin-wd
diff --git a/PKGBUILD b/PKGBUILD
index 3b769b734187..adc949f5f365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=zsh-plugin-wd
_pkgname=wd
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Jump to custom directories in zsh"
arch=('x86_64')
@@ -18,7 +18,7 @@ conflicts=(
source=(
"$_pkgname::${url}/archive/refs/tags/v${pkgver}.zip"
)
-sha256sums=("1b89eba72840c17fdc42899f2269a25a442c56baad6f13b44278f866806a475f")
+sha256sums=("52a928c0aede59b7a6cbc6a04ed0b76f1f1ebc174bebd2352ae4d89af01a14f5")
install=$pkgname.install