1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/testing/lolcat/fix-url-and-version.patch
Simon Frankenberger 9f72f605cf
testing/lolcat: new aport
Closes: GH-8261
2019-05-30 13:18:55 +02:00

24 lines
1.2 KiB
Diff

--- old/lolcat.c
+++ new/lolcat.c
@@ -45,9 +45,9 @@
" lolcat Copy standard input to standard output.\n"
" fortune | lolcat Display a rainbow cookie.\n"
"\n"
- "Report lolcat bugs to <http://www.github.org/jaseg/lolcat/issues>\n"
- "lolcat home page: <http://www.github.org/jaseg/lolcat/>\n"
- "Original idea: <http://www.github.org/busyloop/lolcat/>\n";
+ "Report lolcat bugs to <http://www.github.com/jaseg/lolcat/issues>\n"
+ "lolcat home page: <http://www.github.com/jaseg/lolcat/>\n"
+ "Original idea: <http://www.github.com/busyloop/lolcat/>\n";
#define ARRAY_SIZE(foo) (sizeof(foo) / sizeof(foo[0]))
const unsigned char codes[] = { 39, 38, 44, 43, 49, 48, 84, 83, 119, 118, 154, 148, 184, 178, 214, 208, 209, 203, 204, 198, 199, 163, 164, 128, 129, 93, 99, 63, 69, 33 };
@@ -72,7 +72,7 @@
static void version(void)
{
- wprintf(L"lolcat version 0.1, (c) 2014 jaseg\n");
+ wprintf(L"lolcat version 1.0, (c) 2014 jaseg\n");
exit(0);
}