[Slackbuilds-users] cgit SlackBuild updates

Paul Hoffman nkuitse at nkuitse.com
Fri Oct 23 14:00:51 UTC 2015


The link to download cgit is broken in the latest SBO package -- the 
developer has moved the project off GitHub.  Here's a diff to fix that, 
and to bump up the version of git used in building it:

------------------------------------------------------------------------
diff -ur /usr/sbo/development/cgit/cgit.SlackBuild ./cgit.SlackBuild
--- /usr/sbo/development/cgit/cgit.SlackBuild   2015-03-14 06:00:08.000000000 -0400
+++ ./cgit.SlackBuild   2015-10-23 09:20:00.767776019 -0400
@@ -56,7 +56,7 @@
 fi

 CGIT_VERSION=${CGIT_VERSION:-v0.11.2}
-GIT_VERSION=${GIT_VERSION:-2.3.2}
+GIT_VERSION=${GIT_VERSION:-2.6.2}

 DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \
       $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \
diff -ur /usr/sbo/development/cgit/cgit.info ./cgit.info
--- /usr/sbo/development/cgit/cgit.info 2015-03-14 06:00:08.000000000 -0400
+++ ./cgit.info 2015-10-23 09:19:12.431061566 -0400
@@ -1,10 +1,10 @@
 PRGNAM="cgit"
 VERSION="0.11.2"
 HOMEPAGE="http://git.zx2c4.com/cgit/about/"
-DOWNLOAD="https://github.com/zx2c4/cgit/archive/v0.11.2.tar.gz \
-          https://www.kernel.org/pub/software/scm/git/git-2.3.2.tar.xz"
-MD5SUM="13488a915a8a6827693f223d5b9c8f4b \
-        56701b3b1815c8bbfd7b43b4773adad7"
+DOWNLOAD="http://git.zx2c4.com/cgit/snapshot/cgit-0.11.2.tar.xz \
+          https://www.kernel.org/pub/software/scm/git/git-2.6.2.tar.xz"
+MD5SUM="dbafc4e19c715c5ee9ed0cd9d0fda9fa \
+        32ae5ad29763fc927bfcaeab55385fd9"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
------------------------------------------------------------------------

Paul.

-- 
Paul Hoffman <nkuitse at nkuitse.com>


More information about the SlackBuilds-users mailing list