myrepos: update to 1.20171231.

Closes: #10453 [via git-merge-pr]
This commit is contained in:
cr6git 2018-01-04 20:13:00 +01:00 committed by Jürgen Buchmüller
parent 5a8e899efe
commit b1a3a70fc4

View file

@ -1,14 +1,16 @@
# Template file for 'myrepos'
pkgname=myrepos
version=1.20170129
version=1.20171231
revision=1
noarch=yes
build_style=gnu-makefile
hostmakedepends="perl"
hostmakedepends="git perl"
depends="perl"
short_desc="Manage all your version control repos"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2"
homepage="http://myrepos.branchable.com"
distfiles="https://github.com/joeyh/${pkgname}/archive/${version}.tar.gz"
checksum=da00533b01a511ece209f0254a6fae5735852e197d3b859a6f564b3fbc612dda
homepage="https://myrepos.branchable.com"
do_fetch() {
git clone --branch "${version}" https://git.joeyh.name/git/myrepos.git ${pkgname}-${version}
}