Source: supertux Version: 0.5.1-1 Tags: patch Hi,
uscan thinks that 0.6.0-beta.1 is the most recent SuperTux version, though 0.6.0 has already been released. The reason is that the watch file does not yet mangle -alpha and -beta versions. The attached patch fixes that. Kind regards, Reiner
diff -Nru supertux-0.5.1/debian/watch supertux-0.5.1/debian/watch --- supertux-0.5.1/debian/watch 2016-09-26 05:05:32.000000000 +0200 +++ supertux-0.5.1/debian/watch 2019-01-08 18:50:39.000000000 +0100 @@ -1,3 +1,3 @@ version=3 -opts="uversionmangle=s/-rc/~rc/;s/-Source//" \ +opts="uversionmangle=s/-rc/~rc/;s/-alpha/~alpha/;s/-beta/~beta/;s/-Source//" \ https://github.com/SuperTux/supertux/releases .*/releases/download/.*/[S|s]uper[T|t]ux-v(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz))
signature.asc
Description: PGP signature