summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff5f1e8a524..c3409440d314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = 0.21.16
+ pkgver = 0.21.17
pkgrel = 1
url = https://www.github.com/hnicke/sodalite
arch = any
@@ -15,7 +15,7 @@ pkgbase = sodalite
depends = python-click
depends = python-blinker
depends = xdg-utils
- source = https://github.com/hnicke/sodalite/archive/v0.21.16.tar.gz
- sha256sums = ecaad4dbb650c4e4319689f369422480cedd2d2ed90fb8ce32565550adb44b7e
+ source = https://github.com/hnicke/sodalite/archive/v0.21.17.tar.gz
+ sha256sums = 7e253c0061c611574d2ae80322bed3141cd1c2cf5136017c42cb922c4c617fe1
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index 62b3ee687c78..82abbb984812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at hnicke dot de>
pkgname=sodalite
-pkgver=0.21.16
+pkgver=0.21.17
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
@@ -19,7 +19,7 @@ depends=(
'xdg-utils'
)
source=("https://github.com/hnicke/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ecaad4dbb650c4e4319689f369422480cedd2d2ed90fb8ce32565550adb44b7e')
+sha256sums=('7e253c0061c611574d2ae80322bed3141cd1c2cf5136017c42cb922c4c617fe1')
_srcdir=$pkgname-$pkgver
build() {