diff options
author | Anagnostakis Ioannis <elahistos@yahoo.gr> | 2025-05-19 10:56:03 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-20 10:10:25 +0700 |
commit | 69363c18013b6e1f4e5778d8d123b50866b0f0a5 (patch) | |
tree | 04b7ddefc428c1756bb165f185c231c6de15f20c | |
parent | 743d64c27f5679d244883bd57968b674533ab3d2 (diff) |
development/sourcegit: Updated for version 2025.18
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 8658d6cc41..13c31e948d 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.17} +VERSION=${VERSION:-2025.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info index d25fe2861d..ef2c872321 100644 --- a/development/sourcegit/sourcegit.info +++ b/development/sourcegit/sourcegit.info @@ -1,10 +1,10 @@ PRGNAM="sourcegit" -VERSION="2025.17" +VERSION="2025.18" HOMEPAGE="https://github.com/sourcegit-scm/sourcegit" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.17/sourcegit-2025.17.tar.gz" -MD5SUM_x86_64="37b87bc8189c78707d00202ec8cf8494" +DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.18/sourcegit-2025.18.tar.gz" +MD5SUM_x86_64="eb585457cfdcb1f76c55fe2fb3a48887" REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0" MAINTAINER="Ioannis Anagnostakis" EMAIL="rizitis@gmail.com" |