diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2019-01-21 06:23:09 -0500 |
---|---|---|
committer | Daniel F. Dickinson <cshored@thecshore.com> | 2019-01-22 12:57:51 -0500 |
commit | 533ee33e79511c66002a7cfcda76dfaad71a564b (patch) | |
tree | 98c660707295316951adcd09d4f9559c7d3dd877 /net/gitolite/Makefile | |
parent | 6fbf3576eabea6897bc724ff397f7b900dd0061c (diff) |
gitolite: Update to 3.6.11
A migration bugfix.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'net/gitolite/Makefile')
-rw-r--r-- | net/gitolite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gitolite/Makefile b/net/gitolite/Makefile index c3f18e288..4ab7fcaed 100644 --- a/net/gitolite/Makefile +++ b/net/gitolite/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gitolite -PKG_VERSION:=3.6.10 +PKG_VERSION:=3.6.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f +PKG_HASH:=2166a61b14de19e605b14f4a13a070fbfd5ecd247b6fd725108f111198a2c121 PKG_SOURCE_URL:=https://codeload.github.com/sitaramc/gitolite/tar.gz/v$(PKG_VERSION)? include $(INCLUDE_DIR)/package.mk |