hello: recipe bump
This commit is contained in:
parent
06f8ed9eeb
commit
0b3b64dd16
@ -1,10 +1,16 @@
|
|||||||
name: hello
|
name: hello
|
||||||
version: 2.10
|
version: 2.10
|
||||||
release: 1
|
release: 2
|
||||||
sources: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
|
sources: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- gettext
|
- gettext
|
||||||
|
|
||||||
@configure
|
options:
|
||||||
cd hello-%{version} && ./%{name} --prefix=/usr
|
- 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
Block a user