darch: update to 0.19.0.

Closes #13593.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-04-18 20:33:56 +02:00 committed by Enno Boland
parent 0a027b9f44
commit 120dd2f7e7
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'darch'
pkgname=darch
version=0.18.3
revision=3
version=0.19.0
revision=1
build_style=go
go_import_path=github.com/godarch/darch
hostmakedepends="git go"

2
srcpkgs/darch/update Normal file
View file

@ -0,0 +1,2 @@
site="https://${go_import_path}/tags"
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'