Update to Roman-Numbers (#4126)

This commit is contained in:
cnelmortimer
2019-08-24 18:11:27 +02:00
committed by waddlesplash
parent dd59cbe3dc
commit 28fc8adc6b

View File

@@ -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"