tarsnap-gui: update to 1.0.2.
Version 1.0.2 ------------- This adds two new features for MacOS X: * Adds a --check option to update the MacOS X launchd path (in case the app's path changed, for example during a brew update). * Automatically searches for the tarsnap CLI in /usr/local/bin (which is where brew puts it, but this directory is not added to the $PATH for GUI apps). It also includes two bugfixes: * The MacOS X app->"get info" now displays the version number. * An existing job's options can now be saved to disk. Version 1.0.1 ------------- This fixes build problems with Qt 5.10 and 5.11.
This commit is contained in:
parent
df0669cac5
commit
916c648d47
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 2018/12/09 18:52:46 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2019/01/17 08:45:27 wiz Exp $
|
||||
|
||||
DISTNAME= tarsnap-gui-1.0
|
||||
PKGREVISION= 11
|
||||
DISTNAME= tarsnap-gui-1.0.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=Tarsnap/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.3 2017/08/01 15:51:53 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2019/01/17 08:45:27 wiz Exp $
|
||||
|
||||
SHA1 (tarsnap-gui-1.0.tar.gz) = 8b2d356c71144100a52990bd1e98892d4babe478
|
||||
RMD160 (tarsnap-gui-1.0.tar.gz) = 4b5c1c9f7fcd376c7224141e6c96abd95d7ae494
|
||||
SHA512 (tarsnap-gui-1.0.tar.gz) = 0f79360e52685099a5270d0da0b19015d05b75102b52d2ae5d99be4db49016595841a2067aa2d42bb787a45754e1d3e5ce32dcff1e62a6dab57ab06f9a5ab4fc
|
||||
Size (tarsnap-gui-1.0.tar.gz) = 582190 bytes
|
||||
SHA1 (tarsnap-gui-1.0.2.tar.gz) = cb4da8b6ef0488f8fef68a67f1df7c4bb8cc9e79
|
||||
RMD160 (tarsnap-gui-1.0.2.tar.gz) = d98f317fa5735e1350eb8a52ac61ceb381a33d85
|
||||
SHA512 (tarsnap-gui-1.0.2.tar.gz) = 6f488f432a50e65ad819a6245ca3ff6f264357a84969ae07365a6c6aeec6de4fc16f6b642da793f8752e8b3e39de39872eb3f4ff93bcb378c63e13b3cf69a4ae
|
||||
Size (tarsnap-gui-1.0.2.tar.gz) = 584015 bytes
|
||||
SHA1 (patch-Tarsnap.pro) = c2d6d5edafa2256ec4f8d0bbb17e14f22d058ae7
|
||||
|
|
Loading…
Reference in a new issue