summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Mishin2023-08-19 08:23:54 +0700
committerRoman Mishin2023-08-19 08:23:54 +0700
commit38d527e1d3fe50fa555caec259449fcb1c3aedac (patch)
treeffb6fe46d7f2ace10405433ccab77becf0daf1ed /PKGBUILD
parent5808769018a48286adb110d4b2ec22b183ec6cd8 (diff)
downloadaur-sfk-bin.tar.gz
update package version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77a587375452..05f8022b7d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Mishin <xtradev (a) yandex (.) ru>
pkgname=sfk-bin
-pkgver=1.9.8.2
+pkgver=1.9.9.0
pkgrel=1
pkgdesc="Swiss File Knife - a command line tools collection"
arch=('x86_64')
@@ -10,10 +10,10 @@ license=('BSD')
depends=('gcc-libs')
provides=('sfk')
conflicts=('sfk')
-_bin='sfk198-linux-64.exe'
+_bin='sfk199-linux-64.exe'
source=("$_bin::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/$pkgver/$_bin/download")
noextract=("$_bin")
-md5sums=('c8aaebe21c4bd54bb7cd707cf286905c')
+md5sums=('724049a50821d8f4ca46e5cd948730b7')
prepare() {
cp "$_bin" "$srcdir/sfk"