hello: recipe bump
parent
06f8ed9eeb
commit
0b3b64dd16
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue