From b9af7a1357a40646bb6ece523fd3be9de186729c Mon Sep 17 00:00:00 2001 From: stormtracknole Date: Fri, 20 Mar 2020 19:13:36 +0700 Subject: misc/weather: Updated for version 2.3. Signed-off-by: Willy Sudiarto Raharjo --- misc/weather/weather.SlackBuild | 13 ++++++++----- misc/weather/weather.info | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'misc/weather') diff --git a/misc/weather/weather.SlackBuild b/misc/weather/weather.SlackBuild index f3e200fe3c..787be3f7b0 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 92de04658b..dc05100576 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="" -- cgit v1.2.3