summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Mishin2022-09-21 10:30:30 +0700
committerRoman Mishin2022-09-21 10:30:30 +0700
commit5808769018a48286adb110d4b2ec22b183ec6cd8 (patch)
tree8b45f9b8ced91a1f7150a76271f9a6631156d425
parent0728ae14c8b1a91c1108014f82988e0d7f779f50 (diff)
downloadaur-5808769018a48286adb110d4b2ec22b183ec6cd8.tar.gz
update package version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d9b2db604a..692a1d425b48 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.8.2
pkgrel = 1
url = http://stahlworks.com/dev/swiss-file-knife.html
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = sfk-bin
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
+ source = sfk198-linux-64.exe::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/1.9.8.2/sfk198-linux-64.exe/download
+ md5sums = c8aaebe21c4bd54bb7cd707cf286905c
pkgname = sfk-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 49f4cd1c4e7d..77a587375452 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.8.2
pkgrel=1
pkgdesc="Swiss File Knife - a command line tools collection"
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=('sfk')
_bin='sfk198-linux-64.exe'
source=("$_bin::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/$pkgver/$_bin/download")
noextract=("$_bin")
-md5sums=('3d5252917676ecef219c9f4915abb8ed')
+md5sums=('c8aaebe21c4bd54bb7cd707cf286905c')
prepare() {
cp "$_bin" "$srcdir/sfk"