mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/github-desktop: Updated for version 3.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66c2924067
commit
5f21c7aad6
3 changed files with 8 additions and 8 deletions
|
@ -11,4 +11,4 @@ The script also supports aarch64 but you must manually wget the file
|
|||
as the .info cannot support it directly.
|
||||
|
||||
arm64/aarch64 link:
|
||||
https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-arm64-3.3.6-linux3.deb
|
||||
https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-arm64-3.3.8-linux2.deb
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for github-desktop
|
||||
#
|
||||
# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
|
||||
# Copyright 2023-2024 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=github-desktop
|
||||
SRCNAM=GitHubDesktop
|
||||
VERSION=${VERSION:-3.3.6}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-3.3.8}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -70,7 +70,7 @@ set -eu
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $PKG
|
||||
ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux3.deb data.tar.xz
|
||||
ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux2.deb data.tar.xz
|
||||
tar xvf $PKG/data.tar.xz
|
||||
rm $PKG/data.tar.xz
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-desktop"
|
||||
VERSION="3.3.6"
|
||||
VERSION="3.3.8"
|
||||
HOMEPAGE="https://github.com/shiftkey/desktop/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-amd64-3.3.6-linux3.deb"
|
||||
MD5SUM_x86_64="cc32bf71eb8e0e7040fbc37a05d6baec"
|
||||
DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-amd64-3.3.8-linux2.deb"
|
||||
MD5SUM_x86_64="c211261b2413198adf321923a1905aae"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Jay Lanagan"
|
||||
EMAIL="j@lngn.net"
|
||||
|
|
Loading…
Reference in a new issue