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/github-desktop.SlackBuild | |
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/github-desktop.SlackBuild')
-rw-r--r-- | development/github-desktop/github-desktop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index d238a39793..78a7399bd5 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} |