summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Mikhailov2021-10-11 04:09:21 +1000
committerKonstantin Mikhailov2021-10-11 04:09:21 +1000
commit5c284de8abf70c18848ce53a878996c45a655f13 (patch)
tree01b4629e3b6b3435cfde2ebebb7728a00d23ef02
parent98de6fce25776dfa5d00c8b5ace9d34a8759ea7c (diff)
downloadaur-5c284de8abf70c18848ce53a878996c45a655f13.tar.gz
Bump to ver 0.7.7
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0249b1e17f55..ca2e0a4458ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = fselect-bin
pkgdesc = Find files with SQL-like queries
- pkgver = 0.7.6
+ pkgver = 0.7.7
pkgrel = 1
url = https://github.com/jhspetersson/fselect
arch = x86_64
license = MIT
provides = fselect
conflicts = fselect
- source_x86_64 = https://github.com/jhspetersson/fselect/releases/download/0.7.6/fselect-x86_64-linux-musl.gz
- source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.6/docs/fselect.1
- source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.6/docs/usage.md
- sha256sums_x86_64 = c33eeff4791c915b723cdde929c83b5413630f03c2630c3bb78d503cea5f795f
+ source_x86_64 = https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-linux-musl.gz
+ source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.7/docs/fselect.1
+ source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.7/docs/usage.md
+ sha256sums_x86_64 = 8362b73cf5a048ecdc95beb36728d9edf59c5c91075183bc0f4452245c053c38
sha256sums_x86_64 = ec7d4b71387c9ef3f401241376c92a925fb085cd984ea73658a1dd9deb7b6c19
- sha256sums_x86_64 = ac5f5a35a54b3b35d6b5f127735d128a36da1104fe9729cb6ef5f176f78645c3
+ sha256sums_x86_64 = 7fd967a572e8fb809b8aae474842cf902fcd539ccd81ecf0563a8f73d27aa190
pkgname = fselect-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 328b231a9ae6..e5e03aebc524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fselect-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.7.6
+pkgver=0.7.7
pkgrel=1
pkgdesc='Find files with SQL-like queries'
url="https://github.com/jhspetersson/${_pkgname}"
@@ -19,9 +19,9 @@ source_x86_64=(
"https://raw.githubusercontent.com/jhspetersson/${_pkgname}/${pkgver}/docs/usage.md"
)
-sha256sums_x86_64=('c33eeff4791c915b723cdde929c83b5413630f03c2630c3bb78d503cea5f795f'
+sha256sums_x86_64=('8362b73cf5a048ecdc95beb36728d9edf59c5c91075183bc0f4452245c053c38'
'ec7d4b71387c9ef3f401241376c92a925fb085cd984ea73658a1dd9deb7b6c19'
- 'ac5f5a35a54b3b35d6b5f127735d128a36da1104fe9729cb6ef5f176f78645c3')
+ '7fd967a572e8fb809b8aae474842cf902fcd539ccd81ecf0563a8f73d27aa190')
package() {