diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-04-10 18:37:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:46 +0700 |
commit | de5c5f4310b3f20444c1d8f510732d1f61357448 (patch) | |
tree | 36527ae4e5045ec0b6df1d7a737bee8df9af9b7b /development | |
parent | 527d292171bb7831f0519d6ebb2a6bbeb5a17a97 (diff) |
development/github-desktop: Updated for version 3.3.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/github-desktop/README | 8 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.SlackBuild | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/development/github-desktop/README b/development/github-desktop/README index 8675c7786279f..3c7d957987aa1 100644 --- a/development/github-desktop/README +++ b/development/github-desktop/README @@ -5,10 +5,4 @@ This is a re-pack of the official DEB package. Fork of GitHub Desktop to support various Linux distributions. -64-bit only. It will spit an error on a 32-bit system. - -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.10-linux1/GitHubDesktop-linux-arm64-3.3.10-linux1.deb +For x86_64 or aarch64 only, no 32-bit support. diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 0934ae9d97d53..351467c60257a 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.12} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |