diff options
author | Anagnostakis Ioannis <elahistos@yahoo.gr> | 2025-05-12 15:37:50 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-12 21:29:08 +0700 |
commit | ce86e5e172659a7fe3ad66d73d7865fcf9f38087 (patch) | |
tree | 745c38589f6547ceee0e90d6eca7a990c2cc920b | |
parent | 7c25eaf4ca4a48f467352bef0b82a5f7e4594d91 (diff) |
development/sourcegit: Updated for version 2025.17
Signed-off-by: Anagnostakis Ioannis <elahistos@yahoo.gr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/sourcegit/README | 1 | ||||
-rw-r--r-- | development/sourcegit/sourcegit.SlackBuild | 2 | ||||
-rw-r--r-- | development/sourcegit/sourcegit.info | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/development/sourcegit/README b/development/sourcegit/README index 1c50162cd6..0a5dfb950f 100644 --- a/development/sourcegit/README +++ b/development/sourcegit/README @@ -1,3 +1,4 @@ sourcegit GUI client for GIT users Note: This script requires network access during build process +Note: This app has updates very very often. If you need latest please version edit SlackBuild. diff --git a/development/sourcegit/sourcegit.SlackBuild b/development/sourcegit/sourcegit.SlackBuild index 03f1da1b89..8658d6cc41 100644 --- a/development/sourcegit/sourcegit.SlackBuild +++ b/development/sourcegit/sourcegit.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sourcegit -VERSION=${VERSION:-2025.15} +VERSION=${VERSION:-2025.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info index a2bfc5bf8b..d25fe2861d 100644 --- a/development/sourcegit/sourcegit.info +++ b/development/sourcegit/sourcegit.info @@ -1,10 +1,10 @@ PRGNAM="sourcegit" -VERSION="2025.15" +VERSION="2025.17" HOMEPAGE="https://github.com/sourcegit-scm/sourcegit" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.15/sourcegit-2025.15.tar.gz" -MD5SUM_x86_64="c0de1f8b7529febf5f4db973522e1ef6" +DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.17/sourcegit-2025.17.tar.gz" +MD5SUM_x86_64="37b87bc8189c78707d00202ec8cf8494" REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0" MAINTAINER="Ioannis Anagnostakis" EMAIL="rizitis@gmail.com" |