mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/pidgin-skypeweb: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e52f8ff4d
commit
eb9a1f3f51
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pidgin-skypeweb
|
||||
VERSION=${VERSION:-256e64d82aa27dca979ae09409552a6a1c3998ac}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,7 +65,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf skype4pidgin-$VERSION
|
||||
unzip $CWD/skype4pidgin-$VERSION.zip || unzip $CWD/$VERSION.zip
|
||||
tar xvf $CWD/skype4pidgin-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
cd skype4pidgin-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pidgin-skypeweb"
|
||||
VERSION="256e64d82aa27dca979ae09409552a6a1c3998ac"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb"
|
||||
DOWNLOAD="https://github.com/EionRobb/skype4pidgin/archive/256e64d82aa27dca979ae09409552a6a1c3998ac.zip"
|
||||
MD5SUM="d488ae2caae82f20d79c56c59638b1d6"
|
||||
DOWNLOAD="https://github.com/EionRobb/skype4pidgin/archive/v1.0.tar.gz"
|
||||
MD5SUM="d73a6fbb0cd2a56672c9205daffbd9b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="json-glib"
|
||||
|
|
Loading…
Reference in a new issue