diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2023-10-09 13:17:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-10 06:33:40 +0700 |
commit | 8720e4de63342daaf92d5d8f48b7f32ae04c1355 (patch) | |
tree | 46225a34710367719479ecaf255df1846c369a0a /development/github-desktop | |
parent | 39edd9d7b327d5eb6ecd977a30c1eed03919136d (diff) |
development/github-desktop: Updated for version 3.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/github-desktop')
-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 | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/development/github-desktop/README b/development/github-desktop/README index 65e18971d5d9..18332fce8de6 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.1-linux1/GitHubDesktop-linux-arm64-3.3.1-linux1.deb +https://github.com/shiftkey/desktop/releases/download/release-3.3.3-linux2/GitHubDesktop-linux-arm64-3.3.3-linux2.deb diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index b9619a08aaf8..d238a3979327 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} 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}-linux1.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 diff --git a/development/github-desktop/github-desktop.info b/development/github-desktop/github-desktop.info index 96fd6e503a08..0186d6dc3a13 100644 --- a/development/github-desktop/github-desktop.info +++ b/development/github-desktop/github-desktop.info @@ -1,10 +1,10 @@ PRGNAM="github-desktop" -VERSION="3.3.1" +VERSION="3.3.3" HOMEPAGE="https://github.com/shiftkey/desktop/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.1-linux1/GitHubDesktop-linux-amd64-3.3.1-linux1.deb" -MD5SUM_x86_64="404d4a91acaf7a080541e820dcf9a730" +DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.3-linux2/GitHubDesktop-linux-amd64-3.3.3-linux2.deb" +MD5SUM_x86_64="abb63bb36f66fb067eee8b3e5c326696" REQUIRES="" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |