desktop/sun: Updated for version 1.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
86981bd451
commit
f6c38f54b6
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue