gnu: tintin++: Update to 2.02.00.
* gnu/packages/games.scm (tintin++): Update to 2.02.00. [source]: Adjust for new upstream versioning scheme. [home-page]: Follow redirect. [license]: Update license.master
parent
72aee8a817
commit
23174b4986
|
@ -3828,16 +3828,16 @@ a style similar to the original Super Mario games.")
|
||||||
(define-public tintin++
|
(define-public tintin++
|
||||||
(package
|
(package
|
||||||
(name "tintin++")
|
(name "tintin++")
|
||||||
(version "2.01.7")
|
(version "2.02.00")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/tintin/TinTin++ Source Code/"
|
(uri (string-append "mirror://sourceforge/tintin/TinTin++ Source Code/"
|
||||||
(version-major+minor version)
|
(string-drop-right version 1)
|
||||||
"/tintin-" version ".tar.gz"))
|
"/tintin-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"033n84pyxml3n3gd4dq0497n9w331bnrr1gppwipz9ashmq8jz7v"))))
|
"02qmbhzhh2sdy5b37v54gihs9k4bxmlz3j96gyx7icvx2grkbg5i"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
@ -3853,14 +3853,14 @@ a style similar to the original Super Mario games.")
|
||||||
(chdir "src")
|
(chdir "src")
|
||||||
#t)))))
|
#t)))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://tintin.sourceforge.net/")
|
(home-page "https://tintin.mudhalla.net/")
|
||||||
(synopsis "MUD client")
|
(synopsis "MUD client")
|
||||||
(description
|
(description
|
||||||
"TinTin++ is a MUD client which supports MCCP (Mud Client Compression
|
"TinTin++ is a MUD client which supports MCCP (Mud Client Compression
|
||||||
Protocol), MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET
|
Protocol), MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET
|
||||||
options used by MUDs, as well as those required to login via telnet on
|
options used by MUDs, as well as those required to login via telnet on
|
||||||
Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
|
Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public laby
|
(define-public laby
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue