diff options
author | Anagnostakis Ioannis <elahistos@yahoo.gr> | 2025-05-27 10:21:09 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-30 21:26:23 +0700 |
commit | 8a8efe63c474d6b9804c8dddc61ef8839bea12b4 (patch) | |
tree | e9f603011057b23edb9dce3595c762286f563389 | |
parent | c38b6fe72e9af699541d5e261b57a05a6b3500ef (diff) |
development/sourcegit: Updated for version 2025.19
Signed-off-by: Anagnostakis Ioannis <elahistos@yahoo.gr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/sourcegit/sourcegit.SlackBuild | 2 | ||||
-rw-r--r-- | development/sourcegit/sourcegit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/sourcegit/sourcegit.SlackBuild b/development/sourcegit/sourcegit.SlackBuild index 13c31e948d..c9d65b2884 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.18} +VERSION=${VERSION:-2025.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info index ef2c872321..2333aa52ef 100644 --- a/development/sourcegit/sourcegit.info +++ b/development/sourcegit/sourcegit.info @@ -1,10 +1,10 @@ PRGNAM="sourcegit" -VERSION="2025.18" +VERSION="2025.19" HOMEPAGE="https://github.com/sourcegit-scm/sourcegit" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.18/sourcegit-2025.18.tar.gz" -MD5SUM_x86_64="eb585457cfdcb1f76c55fe2fb3a48887" +DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.19/sourcegit-2025.19.tar.gz" +MD5SUM_x86_64="b2b2c033ef69740ba454c55194ad7436" REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0" MAINTAINER="Ioannis Anagnostakis" EMAIL="rizitis@gmail.com" |