diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-03-18 23:37:48 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-22 06:07:15 +0700 |
commit | 5f02942c07159d6526cdbd476c0a57a01fddc9cd (patch) | |
tree | 6614f2eaf41d5798065870ead2492e6f78d0e2ab | |
parent | 73942c48826c68a262914e4ad6e96b5e9181d8c1 (diff) |
development/github-desktop: Updated for version 3.3.10.
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 | 6 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/development/github-desktop/README b/development/github-desktop/README index e78270e6bd0c9..8675c7786279f 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 41da715012c56..1a8001a9c4306 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 5ccecd40ea2bd..0f908f1a75f9b 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" |