packages: tig: update to 1.1, and fix description.
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Feb 2013 13:54:55 +0000 (13:54 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Feb 2013 13:54:55 +0000 (13:54 +0000)
Changelog can be found here: http://jonas.nitro.dk/tig/NEWS.html

Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35699 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tig/Makefile

index a9e8d59..3625aed 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tig
-PKG_VERSION:=0.18
+PKG_VERSION:=1.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=tig-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://jonas.nitro.dk/tig/releases/
-PKG_MD5SUM:=4fa9e33c5daa76b6fed11e068405356f
+PKG_MD5SUM:=adeb797a8320962eeb345a615257cbac
 PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/tig-$(PKG_VERSION)
@@ -29,7 +29,8 @@ define Package/tig
 endef
 
 define Package/tig/description
-       Command line launcher for search engines and other Internet services.
+       Tig is a git repository browser that additionally can act as a pager for output
+       from various git commands.
 endef
 
 CONFIGURE_ARGS+= \