aboutsummaryrefslogtreecommitdiff
path: root/development/sourcegit
diff options
context:
space:
mode:
authorAnagnostakis Ioannis <elahistos@yahoo.gr>2025-12-02 17:14:59 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-12-04 11:29:31 +0700
commitbd3d6b7159f98e734db24828e9a43cffd76e8089 (patch)
tree3864a01cb8a8ffcbfdb4f89b5bec8cae4c72ef70 /development/sourcegit
parent6b08078271b86314f5386b7b718d823e95778493 (diff)
development/sourcegit: Updated for version 2025.39
Signed-off-by: Anagnostakis Ioannis <elahistos@yahoo.gr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sourcegit')
-rw-r--r--development/sourcegit/README1
-rw-r--r--development/sourcegit/sourcegit.SlackBuild2
-rw-r--r--development/sourcegit/sourcegit.info8
3 files changed, 6 insertions, 5 deletions
diff --git a/development/sourcegit/README b/development/sourcegit/README
index 6d9e0543e1..a0a6e8d6e5 100644
--- a/development/sourcegit/README
+++ b/development/sourcegit/README
@@ -3,3 +3,4 @@ sourcegit GUI client for GIT users
Note: This script requires network access during build process
Note: This app has updates very very often.
If you need latest version, please edit SlackBuild.
+If you manually update note that from version 2025.39 and higher required: dotnet-runtime-10.0 dotnet-sdk-10.0
diff --git a/development/sourcegit/sourcegit.SlackBuild b/development/sourcegit/sourcegit.SlackBuild
index a911623141..781bea2a50 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.38}
+VERSION=${VERSION:-2025.39}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/sourcegit/sourcegit.info b/development/sourcegit/sourcegit.info
index 1a9c72fb10..cc03758407 100644
--- a/development/sourcegit/sourcegit.info
+++ b/development/sourcegit/sourcegit.info
@@ -1,10 +1,10 @@
PRGNAM="sourcegit"
-VERSION="2025.38"
+VERSION="2025.39"
HOMEPAGE="https://github.com/sourcegit-scm/sourcegit"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.38/sourcegit-2025.38.tar.gz"
-MD5SUM_x86_64="a208d1f31c5ffa838894f16cc4a1f5d9"
-REQUIRES="dotnet-runtime-9.0 dotnet-sdk-9.0"
+DOWNLOAD_x86_64="https://github.com/sourcegit-scm/sourcegit/archive/v2025.39/sourcegit-2025.39.tar.gz"
+MD5SUM_x86_64="b83941cfcbeec37e49591db696c08c15"
+REQUIRES="dotnet-runtime-10.0 dotnet-sdk-10.0"
MAINTAINER="Ioannis Anagnostakis"
EMAIL="rizitis@gmail.com"