diff options
Diffstat (limited to 'development/thunderpad/thunderpad.SlackBuild')
-rw-r--r-- | development/thunderpad/thunderpad.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/thunderpad/thunderpad.SlackBuild b/development/thunderpad/thunderpad.SlackBuild index bb1b629bf0..1fb2f68dc1 100644 --- a/development/thunderpad/thunderpad.SlackBuild +++ b/development/thunderpad/thunderpad.SlackBuild @@ -24,12 +24,12 @@ PRGNAM=thunderpad SRCNAM=Thunderpad -VERSION=${VERSION:-0.9.3} -SRCVERSION=${SRCVERSION:-3f463d714d38b32a06b84808a0338fd273b2e3f7} +VERSION=${VERSION:-20150222} +SRCVERSION=${SRCVERSION:-c4ca638e9d85d54968c43c9b9a52f952ab4aceaa} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -DOCS="authors.txt license.txt readme.md" +DOCS="contributors.txt license.txt readme.md" if [ -z "$ARCH" ]; then case "$( uname -m )" in |