summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-06-02 10:05:16 +0300
committerasm0dey2018-06-02 10:05:16 +0300
commit5654df362c5a2a7256d236b4e8cf45ad1335c87a (patch)
tree45b784589c3c0ab6e768cae4184e69fc7e1435a5 /PKGBUILD
parent54f59d3ad887255c5dbdd5424284e2fd3d53daf3 (diff)
downloadaur-5654df362c5a2a7256d236b4e8cf45ad1335c87a.tar.gz
Bump version to 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b1bb201ccf1..15c61967ee0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asm0dey <pavel.finkelshtein@gmail.com>
pkgname=fselect
-pkgver=0.3.2
+pkgver=0.4.1
pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/jhspetersson/fselect"
@@ -10,7 +10,8 @@ license=("MIT")
pkgdesc='Find files with SQL-like queries'
source=("$pkgver.tar.gz::https://github.com/jhspetersson/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('90500ab06feb075317fa0b2fdd2b8f68')
+md5sums=('e54641dcd631f3a2ba11cdaccccb82df')
+sha256sums=('785f206030b71f0117c975226f490aa370ee5eda36597010677794b539151743')
makedepends=('rust')
depends=('gcc-libs')
conflicts=('fselect-git')