diff options
| author | Tharre <tharre3@gmail.com> | 2018-08-09 20:52:18 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2018-08-09 20:52:18 +0200 | 
| commit | e489dd86c74832c86a55093fc8763da38c97b9b5 (patch) | |
| tree | 350b18c256bc7311b0bda88104798126a4e23db5 | |
| parent | 1c9cd6dc362de14d1548ced04f6be05aefd599a2 (diff) | |
| download | pkgbuilds-e489dd86c74832c86a55093fc8763da38c97b9b5.tar.gz pkgbuilds-e489dd86c74832c86a55093fc8763da38c97b9b5.tar.xz pkgbuilds-e489dd86c74832c86a55093fc8763da38c97b9b5.zip | |
Bump to 1.1.1
| -rw-r--r-- | .SRCINFO | 8 | ||||
| -rw-r--r-- | PKGBUILD | 4 | 
2 files changed, 6 insertions, 6 deletions
| @@ -1,7 +1,7 @@  pkgbase = grokmirror  	pkgdesc = Framework to smartly mirror git repositories -	pkgver = 1.1.0 -	pkgrel = 2 +	pkgver = 1.1.1 +	pkgrel = 1  	url = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git  	arch = any  	license = GPL3 @@ -9,8 +9,8 @@ pkgbase = grokmirror  	depends = python-anyjson  	depends = python-gitpython  	depends = python-enlighten -	source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.1.0.tar.gz -	source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.1.0.tar.asc +	source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.1.1.tar.gz +	source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.1.1.tar.asc  	validpgpkeys = DE0E66E32F1FDD0902666B96E63EDCA9329DD07E  	sha256sums = SKIP  	sha256sums = SKIP @@ -1,8 +1,8 @@  # Maintainer: Tharre <tharre3@gmail.com>  pkgname=grokmirror -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1  pkgdesc='Framework to smartly mirror git repositories'  url='https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git'  arch=('any') | 
