diff options
author | Anagnostakis Ioannis <elahistos@yahoo.gr> | 2025-08-21 21:33:04 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-22 08:43:19 +0700 |
commit | 9e5331295e545e08aa57c6bded92e41b971b802f (patch) | |
tree | 10d8f5014e9aafe2cf54d7b1d88c3c764866a573 | |
parent | 84ef66019d45e2a3e1b8f6554d4b3028b266322e (diff) |
development/sourcegit: Updated for version 2025.31
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 ed5ba74738..bdfa8982d4 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.30} +VERSION=${VERSION:-2025.31} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info index f0ab490e31..7105e80277 100644 --- a/development/sourcegit/sourcegit.info +++ b/development/sourcegit/sourcegit.info @@ -1,10 +1,10 @@ PRGNAM="sourcegit" -VERSION="2025.30" +VERSION="2025.31" HOMEPAGE="https://github.com/sourcegit-scm/sourcegit" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.30/sourcegit-2025.30.tar.gz" -MD5SUM_x86_64="483f9184c1075f902b0137de87cbd820" +DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.31/sourcegit-2025.31.tar.gz" +MD5SUM_x86_64="96e9c3fa6a03ae841afbe1189ddc70c5" REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0" MAINTAINER="Ioannis Anagnostakis" EMAIL="rizitis@gmail.com" |