restic: Update to 0.9.5

Changelog Summary:

 * Fix #2135: Return error when no bytes could be read from stdin
 * Fix #2181: Don't cancel timeout after 30 seconds for self-update
 * Fix #2203: Fix reading passwords from stdin
 * Fix #2224: Don't abort the find command when a tree can't be loaded
 * Enh #1895: Add case insensitive include & exclude options
 * Enh #1937: Support streaming JSON output for backup
 * Enh #2155: Add Openstack application credential auth for Swift
 * Enh #2184: Add --json support to forget command
 * Enh #2037: Add group-by option to snapshots command
 * Enh #2124: Ability to dump folders to tar via stdout
 * Enh #2139: Return error if no bytes could be read for `backup --stdin`
 * Enh #2205: Add --ignore-inode option to backup cmd
 * Enh #2220: Add config option to set S3 storage class
This commit is contained in:
Iku Iwasa 2019-04-27 21:00:03 +09:00
parent 01cfd6adc7
commit 9ab2938649
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD$
PKGNAME= restic-0.9.4
PKGREVISION= 1
PKGNAME= restic-0.9.5
DISTNAME= restic-${GITHUB_TAG}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=restic/}

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (restic-v0.9.4.tar.gz) = fb1e31bef3b88ea0e9b8d9df35845cda5ae24aa2
RMD160 (restic-v0.9.4.tar.gz) = d238be95e011ca2b7c04c65c58e8f51060ca241a
SHA512 (restic-v0.9.4.tar.gz) = 8e75a1da6ee9a364c2bf53ce8f9b014549e7065eae349dc6baf68b0e8a8e9736f83c0495b822aac87480751f448bd42da34c440290b5f0967aea7becda5c448b
Size (restic-v0.9.4.tar.gz) = 26211163 bytes
SHA1 (restic-v0.9.5.tar.gz) = 7dbfee8a2a11be34e12d416373eb4a660b06b734
RMD160 (restic-v0.9.5.tar.gz) = 3d2c4fd1ca9acb64425877c90927528342ff5271
SHA512 (restic-v0.9.5.tar.gz) = 2541b4d70d23d28360c4398427d65ed08a5eea8c171b93be7b7d54baa7b06099f5473ff2fbe3d6b3d6691592300062ba1b240cc03772868d2a0adb1217c8a85f
Size (restic-v0.9.5.tar.gz) = 26933971 bytes