From 28fc8adc6b3235eeb6bdd2d6b31f3ed1b3ea75c3 Mon Sep 17 00:00:00 2001 From: cnelmortimer Date: Sat, 24 Aug 2019 18:11:27 +0200 Subject: [PATCH] Update to Roman-Numbers (#4126) --- .../romannumbers/romannumbers-1.0~git.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/haiku-apps/romannumbers/romannumbers-1.0~git.recipe b/haiku-apps/romannumbers/romannumbers-1.0~git.recipe index 890348622..bcbd4558c 100644 --- a/haiku-apps/romannumbers/romannumbers-1.0~git.recipe +++ b/haiku-apps/romannumbers/romannumbers-1.0~git.recipe @@ -1,7 +1,7 @@ -SUMMARY="A long range bidirectional roman to decimal numbers converter" -DESCRIPTION="This is a bidirectional roman to decimal numbers converter.   \ -The program can convert integers from 1 to 2147483647 with the parentheses\ -notation. It has a simple GUI including a challenging exam mode that features\ +SUMMARY="A long-range bidirectional roman-to-decimal numbers converter" +DESCRIPTION="This is a bidirectional roman-to-decimal numbers converter. \ +The program can convert integers from 1 to 2147483647 with the parentheses \ +notation. It has a simple GUI including a challenging exam mode that features \ two difficulty levels. The program can also be used from the console to convert numbers. To do so,\ just execute the program while also providing the number to be converted as \ @@ -9,10 +9,10 @@ its only argument. See the homepage for further information." HOMEPAGE="https://github.com/cnelmortimer/RomanNumbers" COPYRIGHT="2019 N.C. Cruz" LICENSE="MIT" -REVISION="1" -srcGitRev="09df30cf394dbbb33a3bd926a43d666b9fceecc5" +REVISION="2" +srcGitRev="8c51b3f2e1297eef5bde46a7b6e38d1fd8981559" SOURCE_URI="https://github.com/cnelmortimer/RomanNumbers/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="7282aa1f2ca17b5542afb1750da6765d7888e15cd5851e6abdc2cc64bd3b39b2" +CHECKSUM_SHA256="a7c4d4509482d80be0d4ba27768b0fb574457e441b4419313bd76f35187ac5c3" SOURCE_DIR="RomanNumbers-$srcGitRev" ARCHITECTURES="x86_gcc2 x86_64"