diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-02-10 12:18:00 +0100 |
---|---|---|
committer | Henrik Riomar <henrik.riomar@gmail.com> | 2019-02-10 12:24:34 +0100 |
commit | 52461b0600074ce03dc0e6eb7664948525b21263 (patch) | |
tree | 56af37dc59a5d09f057cd427107bf834ee17bb2d /community/safekeep/APKBUILD | |
parent | 77e5f81eda708f68ff3f3a5b4bd6f167afbcf5de (diff) | |
download | aports-52461b0600074ce03dc0e6eb7664948525b21263.tar.bz2 aports-52461b0600074ce03dc0e6eb7664948525b21263.tar.xz |
community/safekeep: upgrade to 1.4.5
Drop patch included upstream
Diffstat (limited to 'community/safekeep/APKBUILD')
-rw-r--r-- | community/safekeep/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/safekeep/APKBUILD b/community/safekeep/APKBUILD index daa629d61c..ec3ef8847f 100644 --- a/community/safekeep/APKBUILD +++ b/community/safekeep/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Henrik Riomar <henrik.riomar@gmail.com> # Maintainer: Henrik Riomar <henrik.riomar@gmail.com> pkgname=safekeep -pkgver=1.4.4 -pkgrel=2 +pkgver=1.4.5 +pkgrel=0 pkgdesc="SafeKeep backup system" url="https://github.com/dimipaun/safekeep" arch="noarch" @@ -12,7 +12,6 @@ makedepends="asciidoc libxml2-utils xmlto" install="$pkgname-server.post-install" subpackages="$pkgname-doc $pkgname-client $pkgname-server" source="$pkgname-$pkgver.tar.gz::https://github.com/dimipaun/$pkgname/archive/$pkgver.tar.gz - 0001-ssh.strict_hostkey_checking-configurable.patch " builddir="$srcdir/$pkgname-$pkgver" @@ -49,5 +48,4 @@ package() { make install DESTDIR="$pkgdir" } -sha512sums="2afdf6784ef2033032978554bc4b8703be86b5dde92795f1b7efe0099fc4cd35d215bc390e9b9ee3b3e396435ab1168a81dad1c7051861fb584a31749e63c68d safekeep-1.4.4.tar.gz -c4576c6aad11b70b3e3fbd43a726dcc9f41e6a607281178f30605ff0812833e09efc97d46dda68c89d6e1586e9dc01a74f38484c625f64d084f11f4d806e1e25 0001-ssh.strict_hostkey_checking-configurable.patch" +sha512sums="d3e69967798035c4f212777069b802d479d9613803a1a68495e761d972ffe2a1b4fdc51da0510e0ebceaf6fbb430305f97ffce8cab5330a4ecbdf68714a35054 safekeep-1.4.5.tar.gz" |