diff options
author | TBK <tbk@jjtc.eu> | 2019-04-23 14:06:00 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-23 20:23:47 +0000 |
commit | fd86def43690bcff83185945c6ee22179c6126b6 (patch) | |
tree | 828723a506cfcc5feb8dee4e0a9bae571c19194f | |
parent | 6ecac04c0a931fa530563c3e0f6662c527377c73 (diff) | |
download | aports-fd86def43690bcff83185945c6ee22179c6126b6.tar.bz2 aports-fd86def43690bcff83185945c6ee22179c6126b6.tar.xz |
community/restic: upgrade to 0.9.5
-rw-r--r-- | community/restic/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/restic/APKBUILD b/community/restic/APKBUILD index 394107cf9f..18f77b9a7a 100644 --- a/community/restic/APKBUILD +++ b/community/restic/APKBUILD @@ -1,16 +1,14 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=restic -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=0 pkgdesc="Fast, secure, efficient backup program" url="https://restic.net/" arch="all" license="BSD-2-Clause" -depends="" makedepends="go" options="!checkroot" -install="" subpackages="$pkgname-doc $pkgname-zsh-completion:zshcomp:noarch $pkgname-bash-completion:bashcomp:noarch" @@ -64,4 +62,4 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions/_$pkgname } -sha512sums="8e75a1da6ee9a364c2bf53ce8f9b014549e7065eae349dc6baf68b0e8a8e9736f83c0495b822aac87480751f448bd42da34c440290b5f0967aea7becda5c448b restic-0.9.4.tar.gz" +sha512sums="2541b4d70d23d28360c4398427d65ed08a5eea8c171b93be7b7d54baa7b06099f5473ff2fbe3d6b3d6691592300062ba1b240cc03772868d2a0adb1217c8a85f restic-0.9.5.tar.gz" |