summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Mikhailov2021-12-29 00:29:08 +1000
committerKonstantin Mikhailov2021-12-29 00:29:08 +1000
commit3f2ae9efbf21b4a70ede2a26f87d3ea57409ec40 (patch)
tree39a267df4e09b88b52f645bfc90d715920847c2f
parent5c284de8abf70c18848ce53a878996c45a655f13 (diff)
downloadaur-3f2ae9efbf21b4a70ede2a26f87d3ea57409ec40.tar.gz
Bump version to 0.7.9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca2e0a4458ec..dc7d7b443c64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = fselect-bin
pkgdesc = Find files with SQL-like queries
- pkgver = 0.7.7
+ pkgver = 0.7.9
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.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
+ source_x86_64 = https://github.com/jhspetersson/fselect/releases/download/0.7.9/fselect-x86_64-linux-musl.gz
+ source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.9/docs/fselect.1
+ source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.9/docs/usage.md
+ sha256sums_x86_64 = 9b4d01cd9004585503afec41fb2b491f6b13636c6f64b7933a2ba9d84d0aa4df
sha256sums_x86_64 = ec7d4b71387c9ef3f401241376c92a925fb085cd984ea73658a1dd9deb7b6c19
- sha256sums_x86_64 = 7fd967a572e8fb809b8aae474842cf902fcd539ccd81ecf0563a8f73d27aa190
+ sha256sums_x86_64 = 12a724ec4bb4f46b468ee8f61cd98f175d5fbca6c51995b85dae91963c349c37
pkgname = fselect-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5e03aebc524..94cd0dae07ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fselect-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.7.7
+pkgver=0.7.9
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=('8362b73cf5a048ecdc95beb36728d9edf59c5c91075183bc0f4452245c053c38'
+sha256sums_x86_64=('9b4d01cd9004585503afec41fb2b491f6b13636c6f64b7933a2ba9d84d0aa4df'
'ec7d4b71387c9ef3f401241376c92a925fb085cd984ea73658a1dd9deb7b6c19'
- '7fd967a572e8fb809b8aae474842cf902fcd539ccd81ecf0563a8f73d27aa190')
+ '12a724ec4bb4f46b468ee8f61cd98f175d5fbca6c51995b85dae91963c349c37')
package() {