From 0b3b64dd16ae7c4c23608ea1e1cda7d16d830077 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Sun, 1 Sep 2019 17:05:47 +0200 Subject: [PATCH] hello: recipe bump --- hello/recipe.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/hello/recipe.spec b/hello/recipe.spec index 5fa58f6..70ce965 100644 --- a/hello/recipe.spec +++ b/hello/recipe.spec @@ -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