diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-10 22:35:56 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:10:56 +0700 |
commit | f6c38f54b601b0ef8799dd76cf83709926c89a79 (patch) | |
tree | 211dda4fb0b50077f14f9c0276bdf742895bc5ec /desktop | |
parent | 86981bd4510557008042b6706a5ec3ba7ee27595 (diff) |
desktop/sun: Updated for version 1.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/sun/sun.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/sun/sun.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild index c7a844b73497..d145342ddcf3 100644 --- a/desktop/sun/sun.SlackBuild +++ b/desktop/sun/sun.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sun -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # install configurations files mkdir -p $PKG/etc/$PRGNAM $PKG/etc/rc.d/ install -D -m0644 conf/${PRGNAM}.conf $PKG/etc/$PRGNAM/${PRGNAM}.conf.new -install -D -m0644 conf/mirrors $PKG/etc/$PRGNAM/mirrors + # install rc file install -D -m0644 conf/rc.${PRGNAM} $PKG/etc/rc.d/rc.${PRGNAM}.new diff --git a/desktop/sun/sun.info b/desktop/sun/sun.info index 1c7c4696b811..50d75224786b 100644 --- a/desktop/sun/sun.info +++ b/desktop/sun/sun.info @@ -1,8 +1,8 @@ PRGNAM="sun" -VERSION="1.1.3" +VERSION="1.1.4" HOMEPAGE="https://github.com/dslackw/sun" -DOWNLOAD="https://github.com/dslackw/sun/archive/v1.1.3.tar.gz" -MD5SUM="f5cc86672746bd44ba0fcfdf727ebcb0" +DOWNLOAD="https://github.com/dslackw/sun/archive/v1.1.4.tar.gz" +MD5SUM="92a4b04a33f8af8c94202bae8801d605" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |