summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Mishin2021-04-13 09:28:19 +0700
committerRoman Mishin2021-04-13 09:28:19 +0700
commit0728ae14c8b1a91c1108014f82988e0d7f779f50 (patch)
treebbdb79cf7b39ccdb24172530df0fb93f82ba49d2 /PKGBUILD
parent70d041f8189c313974f91c11eb193dd58c8d46bf (diff)
downloadaur-0728ae14c8b1a91c1108014f82988e0d7f779f50.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 511a54df1735..49f4cd1c4e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Mishin <xtradev (a) yandex (.) ru>
pkgname=sfk-bin
-pkgver=1.9.7.2
+pkgver=1.9.8.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='sfk197-linux-64.exe'
+_bin='sfk198-linux-64.exe'
source=("$_bin::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/$pkgver/$_bin/download")
noextract=("$_bin")
-md5sums=('02fdd68d9a0310182af579518b921a13')
+md5sums=('3d5252917676ecef219c9f4915abb8ed')
prepare() {
cp "$_bin" "$srcdir/sfk"