hello: recipe bump

master
Luka Vandervelden 2019-09-01 17:05:47 +02:00
parent 06f8ed9eeb
commit 0b3b64dd16
1 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,16 @@
name: hello
version: 2.10
release: 1
release: 2
sources: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
dependencies:
- gettext
@configure
cd hello-%{version} && ./%{name} --prefix=/usr
options:
- configure: --disable-nls
@watch
curl 'https://ftp.gnu.org/gnu/hello/' -o- 2>/dev/null | \
sed -n "/hello-.*\.tar\.gz/{s/\.tar\.gz.*//;s/.*hello-//;p}" | \
tail -1