passwordsafe: update to 1.01BETA

This commit is contained in:
yopito 2016-12-27 22:31:31 +01:00
parent d8c963f850
commit 9e95174189
2 changed files with 3 additions and 15 deletions

View File

@ -1,12 +0,0 @@
--- version.wx.orig 2016-09-22 17:59:47.000000000 +0200
+++ version.wx 2016-10-01 22:53:01.699450254 +0200
@@ -3,7 +3,7 @@
# VER_MAJOR and VER_MINOR are mandatory, all except VER_SPECIAL must
# be integers
-VER_MAJOR = 0
-VER_MINOR = 99
+VER_MAJOR = 1
+VER_MINOR = 00
VER_REV = 0
VER_SPECIAL = BETA

View File

@ -1,7 +1,7 @@
# Template file for 'passwordwsafe'
pkgname=passwordsafe
version="1.00BETA"
revision=2
version="1.01BETA"
revision=1
wrksrc="pwsafe-${version}"
build_style=cmake
configure_args="-D wxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
@ -13,7 +13,7 @@ maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
license="Artistic-2.0"
homepage="http://pwsafe.org"
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${version}.tar.gz"
checksum=e01c62be5f9a80910e61b7b39dc834ffab3e6a9946795312b1df487bc5a5f0bc
checksum=dc1e7e012009309f57a8611adad9ec62fdafe5b326f66dd0cefe2b5988ee52aa
# wxWidgets is nocross
nocross=yes