diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-07-30 20:58:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-31 08:03:30 +0700 |
commit | 70e0a20952cd27ed1ae4272d679dd5a7f86bd99d (patch) | |
tree | 75cf6d13c981483082b443f2db5fa8a0441659a2 /development/github-desktop/github-desktop.SlackBuild | |
parent | 775a3265186108d2c3db03d80400036fa57cfe8e (diff) |
development/github-desktop: Downgraded to version 3.4.1.
The prior uploaded 3.4.2 has an issue doing 'git push' commands where a included helper program requires glibc 2.34 and doesn't run. Only the 'pull' operation works. This previous version doesn't include this new feature, it will be upgraded again if it's fixed.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 7d37422478..b318b95b72 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop -VERSION=${VERSION:-3.4.2} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} DEBBUILD=${DEBBUILD:-1} TAG=${TAG:-_SBo} |