diff options
author | stormtracknole <stormtracknole@gmail.com> | 2020-03-20 19:13:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-20 19:13:36 +0700 |
commit | b9af7a1357a40646bb6ece523fd3be9de186729c (patch) | |
tree | 1acc1737c7073ddceef6c99569bd1b0a97a5747b /misc/weather | |
parent | 4de5fb1d7a3290fb6a04369e993e9e500d48bb5e (diff) |
misc/weather: Updated for version 2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/weather')
-rw-r--r-- | misc/weather/weather.SlackBuild | 13 | ||||
-rw-r--r-- | misc/weather/weather.info | 6 |
2 files changed, 11 insertions, 8 deletions
diff --git a/misc/weather/weather.SlackBuild b/misc/weather/weather.SlackBuild index f3e200fe3c0f..787be3f7b0f8 100644 --- a/misc/weather/weather.SlackBuild +++ b/misc/weather/weather.SlackBuild @@ -1,14 +1,17 @@ #!/bin/sh - +# # Slackware build script for weather - +# # Written by stormtracknole - stormtracknole@gmail.com - +# # * Updated to version 2.0 12/30/13 +# +# * Updated to version 2.3 20200319 +# PRGNAM=weather -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +70,7 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages cp -a weather.py $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog FAQ INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a FAQ INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/weather/weather.info b/misc/weather/weather.info index 92de04658bde..dc05100576f5 100644 --- a/misc/weather/weather.info +++ b/misc/weather/weather.info @@ -1,8 +1,8 @@ PRGNAM="weather" -VERSION="2.0" +VERSION="2.3" HOMEPAGE="http://fungi.yuggoth.org/weather/" -DOWNLOAD="http://fungi.yuggoth.org/weather/src/weather-2.0.tar.xz" -MD5SUM="7994bb65d914b3b3659086978f939d0c" +DOWNLOAD="http://fungi.yuggoth.org/weather/src/weather-2.3.tar.xz" +MD5SUM="0f9f0f27de37581bd5de5fb7cd478513" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |