mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/LimeWire: Updated for version 4.18.8
This commit is contained in:
parent
73bec45e99
commit
c3b7b959e7
4 changed files with 5 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=LimeWire
|
||||
VERSION=${VERSION:-4.18.3}
|
||||
VERSION=${VERSION:-4.18.8}
|
||||
ARCH=i686 # Leave this alone for LimeWire
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Exec=LimeWire
|
||||
TryExec=LimeWire
|
||||
Icon=LimeWire
|
||||
Terminal=false
|
||||
Name=LimeWire
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="LimeWire"
|
||||
VERSION="4.18.3"
|
||||
VERSION="4.18.8"
|
||||
HOMEPAGE="http://www.limewire.com"
|
||||
DOWNLOAD="http://www10.limewire.com/download/LimeWireOther.zip"
|
||||
MD5SUM="0ffeade86a12860df13d00f9b89a7048"
|
||||
MD5SUM="0f342e76ddcbc3e3e7d5c24dceb2ecca"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Michiel"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue