diff options
-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 fc97885aff..03f1da1b89 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.13} +VERSION=${VERSION:-2025.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info index 59ea83338a..a2bfc5bf8b 100644 --- a/development/sourcegit/sourcegit.info +++ b/development/sourcegit/sourcegit.info @@ -1,10 +1,10 @@ PRGNAM="sourcegit" -VERSION="2025.13" +VERSION="2025.15" HOMEPAGE="https://github.com/sourcegit-scm/sourcegit" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.13/sourcegit-2025.13.tar.gz" -MD5SUM_x86_64="bb2abcce845ef6f5f87aaf85c5dfeb23" +DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.15/sourcegit-2025.15.tar.gz" +MD5SUM_x86_64="c0de1f8b7529febf5f4db973522e1ef6" REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0" MAINTAINER="Ioannis Anagnostakis" EMAIL="rizitis@gmail.com" |