diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-02-24 14:45:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:12 +0700 |
commit | 84887744bcfa5a29d32cd0ecba0dd640e3533bd4 (patch) | |
tree | a17acb6b5692c36175fee6b7653c3a43e1b19e2b /desktop/sun | |
parent | 6000961b53d933a6899627d0cd3d281ba355db40 (diff) |
desktop/sun: Updated for version 1.4.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/sun')
-rw-r--r-- | desktop/sun/README | 11 | ||||
-rw-r--r-- | desktop/sun/slack-desc | 8 | ||||
-rw-r--r-- | desktop/sun/sun.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/sun/sun.info | 6 |
4 files changed, 17 insertions, 10 deletions
diff --git a/desktop/sun/README b/desktop/sun/README index b7adb3ff77d6..a8ef38bc3930 100644 --- a/desktop/sun/README +++ b/desktop/sun/README @@ -1,3 +1,10 @@ SUN (Slackware Update Notifier) is a tray notification applet -for informing about package updates in Slackware and CLI tool for -monitoring upgraded packages. +for informing about package updates in Slackware and CLI tool +for monitoring upgraded packages. + +SUN works with slackpkg as well as with others tools and +repositories. Probably, you can use the SUN with other's Slackware +based Linux distributionsc as well. + +Edit the configuration /etc/sun/sun.toml file and change the http +mirror for your country. NOTE: ftp mirrors not supported. diff --git a/desktop/sun/slack-desc b/desktop/sun/slack-desc index 6df435761127..d21c7683a9a2 100644 --- a/desktop/sun/slack-desc +++ b/desktop/sun/slack-desc @@ -9,11 +9,11 @@ sun: sun (Slackware Update Notifier) sun: sun: SUN is a tray notification applet for informing about package updates -sun: in Slackware and CLI tool for monitoring upgraded packages. +sun: in Slackware and CLI tool for monitoring upgraded packages. SUN works +sun: with slackpkg as well as with others tools and repositories. Probably +sun: you can use the SUN with other's Slackware based Linux distributions +sun: as well. sun: sun: Homepage: https://gitlab.com/dslackw/sun sun: sun: -sun: -sun: -sun: diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild index 38cbf2d4a470..0f626056db81 100644 --- a/desktop/sun/sun.SlackBuild +++ b/desktop/sun/sun.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sun -VERSION=${VERSION:-1.4.4} +VERSION=${VERSION:-1.4.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/sun/sun.info b/desktop/sun/sun.info index f95cccd32d82..15ada17053ee 100644 --- a/desktop/sun/sun.info +++ b/desktop/sun/sun.info @@ -1,8 +1,8 @@ PRGNAM="sun" -VERSION="1.4.4" +VERSION="1.4.9" HOMEPAGE="https://gitlab.com/dslackw/sun" -DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.4.4/sun-1.4.4.tar.gz" -MD5SUM="8e3ded40cbb289889c61348d3c7a5298" +DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.4.9/sun-1.4.9.tar.gz" +MD5SUM="0382affd2434483880963ab7e97c0765" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |