git: update to 2.3.3

This commit is contained in:
Tom G. Christensen 2015-03-18 20:44:41 +01:00
parent 041a5b8647
commit a77655359f
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=git
version=2.2.2
version=2.3.3
pkgver=1
source[0]=https://www.kernel.org/pub/software/scm/git/$topdir-$version.tar.gz
source[1]=https://www.kernel.org/pub/software/scm/git/$topdir-manpages-$version.tar.gz

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Wed Mar 18 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.3.3-1
- Update to 2.3.3
* Tue Jan 20 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.2.2-1
- Update to 2.2.2
- Fix git-gui support for Tcl 8.4 (from Kyle J. McKay)