diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2023-11-29 06:44:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-30 10:47:52 +0700 |
commit | c9c6d2390726a87f51fe6520a618b4414ce053aa (patch) | |
tree | 7af582344baa90e79a86d27a3ec60027ebda2dea /development/github-desktop | |
parent | 5ef394eb90dc1cecfd03249365d252e86023d433 (diff) |
development/github-desktop: Updated for version 3.3.5
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 18332fce8de6..775d292e5c22 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.3-linux2/GitHubDesktop-linux-arm64-3.3.3-linux2.deb +https://github.com/shiftkey/desktop/releases/download/release-3.3.5-linux2/GitHubDesktop-linux-arm64-3.3.5-linux2.deb diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index d238a3979327..78a7399bd5f9 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.3} -BUILD=${BUILD:-1} +VERSION=${VERSION:-3.3.5} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/github-desktop/github-desktop.info b/development/github-desktop/github-desktop.info index 0186d6dc3a13..dde9b3371875 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.3" +VERSION="3.3.5" HOMEPAGE="https://github.com/shiftkey/desktop/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -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" +DOWNLOAD_x86_64="https://github.com/shiftkey/desktop/releases/download/release-3.3.5-linux2/GitHubDesktop-linux-amd64-3.3.5-linux2.deb" +MD5SUM_x86_64="18ce620c97554af89744153e6cb0fd3a" REQUIRES="" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |