diff --git a/main/tig/.checksums b/main/tig/.checksums index 42f3ceac0..fcfb65a61 100644 --- a/main/tig/.checksums +++ b/main/tig/.checksums @@ -1 +1 @@ -307e966837370ba698286a1c48d31a7f tig-2.5.7.tar.gz +a91a2ff16778fe173ddf94a92f3c3a0e tig-2.5.8.tar.gz diff --git a/main/tig/.pkgfiles b/main/tig/.pkgfiles index 6a6ba6af9..a62c08744 100644 --- a/main/tig/.pkgfiles +++ b/main/tig/.pkgfiles @@ -1,4 +1,4 @@ -tig-2.5.7-1 +tig-2.5.8-1 drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/tigrc drwxr-xr-x root/root usr/ diff --git a/main/tig/spkgbuild b/main/tig/spkgbuild index 96d4033b7..1f96d95fc 100755 --- a/main/tig/spkgbuild +++ b/main/tig/spkgbuild @@ -1,8 +1,8 @@ -# description : tig +# description : Text-mode interface for git # depends : ncurses name=tig -version=2.5.7 +version=2.5.8 release=1 source="https://github.com/jonas/$name/releases/download/$name-$version/$name-$version.tar.gz"