From 5f02942c07159d6526cdbd476c0a57a01fddc9cd Mon Sep 17 00:00:00 2001 From: Jay Lanagan Date: Mon, 18 Mar 2024 23:37:48 -0400 Subject: development/github-desktop: Updated for version 3.3.10. Signed-off-by: Willy Sudiarto Raharjo --- development/github-desktop/README | 2 +- development/github-desktop/github-desktop.SlackBuild | 6 +++--- development/github-desktop/github-desktop.info | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'development') diff --git a/development/github-desktop/README b/development/github-desktop/README index e78270e6bd..8675c77862 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.8-linux2/GitHubDesktop-linux-arm64-3.3.8-linux2.deb +https://github.com/shiftkey/desktop/releases/download/release-3.3.10-linux1/GitHubDesktop-linux-arm64-3.3.10-linux1.deb diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 41da715012..1a8001a9c4 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop -VERSION=${VERSION:-3.3.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.3.10} +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}-linux2.deb data.tar.xz +ar x $CWD/${SRCNAM}-linux-$DEBARCH-${VERSION}-linux${BUILD}.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 5ccecd40ea..0f908f1a75 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.8" +VERSION="3.3.10" HOMEPAGE="https://github.com/shiftkey/desktop/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -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" +DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.10-linux1/GitHubDesktop-linux-amd64-3.3.10-linux1.deb" +MD5SUM_x86_64="ebd5667b63e678e86823eb5d126eb819" REQUIRES="" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" -- cgit v1.2.3