diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-01-04 04:00:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-04 21:54:41 +0700 |
commit | f858462480aaded1885ad140230ff6be2e9eae1f (patch) | |
tree | 0c8a16299df2cb3953da073bfbe067f5cc40479d | |
parent | 59869bdf620daba99b627c4a24f6d8d83cda64ef (diff) |
development/github-desktop: Updated for 3.3.6 Build 3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/github-desktop/README | 2 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.SlackBuild | 4 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.info | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/development/github-desktop/README b/development/github-desktop/README index 6c89cf855543e..322a40eb4180b 100644 --- a/development/github-desktop/README +++ b/development/github-desktop/README @@ -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-linux2/GitHubDesktop-linux-arm64-3.3.6-linux2.deb +https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-arm64-3.3.6-linux3.deb diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 2f71c07826859..19d28375677dc 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop VERSION=${VERSION:-3.3.6} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} 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}-linux2.deb data.tar.xz +ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux3.deb data.tar.xz tar xvf $PKG/data.tar.xz rm $PKG/data.tar.xz diff --git a/development/github-desktop/github-desktop.info b/development/github-desktop/github-desktop.info index 4d0f27d0fe609..0a1612cbee92a 100644 --- a/development/github-desktop/github-desktop.info +++ b/development/github-desktop/github-desktop.info @@ -3,8 +3,8 @@ VERSION="3.3.6" HOMEPAGE="https://github.com/shiftkey/desktop/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux2/GitHubDesktop-linux-amd64-3.3.6-linux2.deb" -MD5SUM_x86_64="1a8e5c6b0f24872b588e6125016ea82b" +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" REQUIRES="" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |