summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d9b2db604a..fa495e29363d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sfk-bin
pkgdesc = Swiss File Knife - a command line tools collection
- pkgver = 1.9.8.0
+ pkgver = 1.9.9.0
pkgrel = 1
url = http://stahlworks.com/dev/swiss-file-knife.html
arch = x86_64
@@ -8,9 +8,8 @@ pkgbase = sfk-bin
depends = gcc-libs
provides = sfk
conflicts = sfk
- noextract = sfk198-linux-64.exe
- source = sfk198-linux-64.exe::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/1.9.8.0/sfk198-linux-64.exe/download
- md5sums = 3d5252917676ecef219c9f4915abb8ed
+ noextract = sfk199-linux-64.exe
+ source = sfk199-linux-64.exe::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/1.9.9.0/sfk199-linux-64.exe/download
+ md5sums = 724049a50821d8f4ca46e5cd948730b7
pkgname = sfk-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 49f4cd1c4e7d..05f8022b7d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Mishin <xtradev (a) yandex (.) ru>
pkgname=sfk-bin
-pkgver=1.9.8.0
+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=('3d5252917676ecef219c9f4915abb8ed')
+md5sums=('724049a50821d8f4ca46e5cd948730b7')
prepare() {
cp "$_bin" "$srcdir/sfk"