diff options
author | Anagnostakis Ioannis <elahistos@yahoo.gr> | 2025-03-31 12:01:17 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-01 09:49:57 +0700 |
commit | 1c68c83bcdd0793457a38ae33e216bbecc640900 (patch) | |
tree | 0a08d96fccb173b42206aabca266f96027e72fc6 | |
parent | b1f0fccf4062fa01b728593e17c265bd30b6f0db (diff) |
development/sourcegit: Updated for version 2025.11
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 41dbd3e2a6..e5b739c8e2 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.10} +VERSION=${VERSION:-2025.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info index f803765717..54363aed20 100644 --- a/development/sourcegit/sourcegit.info +++ b/development/sourcegit/sourcegit.info @@ -1,10 +1,10 @@ PRGNAM="sourcegit" -VERSION="2025.10" +VERSION="2025.11" HOMEPAGE="https://github.com/sourcegit-scm/sourcegit" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.10/sourcegit-2025.10.tar.gz" -MD5SUM_x86_64="6723dcdbb94f83196cb9fd93473d0999" +DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.11/sourcegit-2025.11.tar.gz" +MD5SUM_x86_64="10598fe562a8587f80109e750c1b97a9" REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0" MAINTAINER="Ioannis Anagnostakis" EMAIL="rizitis@gmail.com" |