summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Mikhailov2021-07-12 02:10:57 +1000
committerKonstantin Mikhailov2021-07-12 02:10:57 +1000
commit98de6fce25776dfa5d00c8b5ace9d34a8759ea7c (patch)
tree4a23c4cba2b249dd8863efcddf87c3ecc8aae2d5
parent99ce4bad0b66fe3a3db39d71e5476b081d421318 (diff)
downloadaur-98de6fce25776dfa5d00c8b5ace9d34a8759ea7c.tar.gz
Bump to ver 0.7.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5f774e15bb3..0249b1e17f55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = fselect-bin
pkgdesc = Find files with SQL-like queries
- pkgver = 0.7.5
+ pkgver = 0.7.6
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.5/fselect-x86_64-linux-musl.gz
- source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.5/docs/fselect.1
- source_x86_64 = https://raw.githubusercontent.com/jhspetersson/fselect/0.7.5/docs/usage.md
- sha256sums_x86_64 = 1047ba0cb78f89b05244a3aac8d9c16a024399ae9a88a28fab163d909b916cde
+ 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
sha256sums_x86_64 = ec7d4b71387c9ef3f401241376c92a925fb085cd984ea73658a1dd9deb7b6c19
- sha256sums_x86_64 = c4ce895d6224879cae6918558baa506969848f3de480146a14cf0bb4618c1fdb
+ sha256sums_x86_64 = ac5f5a35a54b3b35d6b5f127735d128a36da1104fe9729cb6ef5f176f78645c3
pkgname = fselect-bin
diff --git a/PKGBUILD b/PKGBUILD
index 39e130d316db..328b231a9ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fselect-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.7.5
+pkgver=0.7.6
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=('1047ba0cb78f89b05244a3aac8d9c16a024399ae9a88a28fab163d909b916cde'
+sha256sums_x86_64=('c33eeff4791c915b723cdde929c83b5413630f03c2630c3bb78d503cea5f795f'
'ec7d4b71387c9ef3f401241376c92a925fb085cd984ea73658a1dd9deb7b6c19'
- 'c4ce895d6224879cae6918558baa506969848f3de480146a14cf0bb4618c1fdb')
+ 'ac5f5a35a54b3b35d6b5f127735d128a36da1104fe9729cb6ef5f176f78645c3')
package() {