Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 4032e5a

Browse files
committed
Update URLs
1 parent 70c7f5a commit 4032e5a

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
1010

1111
set (APP_NAME "Tomato")
1212
set (RELEASE_NAME "Stupice")
13-
set (VERSION "2.0.1")
13+
set (VERSION "2.0.2")
1414
set (GENERIC_NAME "Pomodoro App")
1515
set (PACKAGE_ID ${CMAKE_PROJECT_NAME})
1616
set (ICON_NAME ${CMAKE_PROJECT_NAME})

data/com.github.luizaugustomm.tomato.appdata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
</provides>
4444

4545
<releases>
46+
<release version="2.0.2" urgency="medium" date="2017-06-05">
47+
⁠<description>
48+
<ul>
49+
<li>Updated URLs</li>
50+
</ul>
51+
⁠</description>
52+
</release>
53+
4654
<release version="2.0.1" urgency="medium" date="2017-06-04">
4755
⁠<description>
4856
<ul>

data/in/com.github.luizaugustomm.tomato.appdata.xml.in.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
</provides>
4545

4646
<releases>
47+
<release version="2.0.2" date="2017-06-05" urgency="medium">
48+
⁠<description>
49+
<ul>
50+
<_li>Updated URLs</_li>
51+
</ul>
52+
⁠</description>
53+
</release>
54+
4755
<release version="2.0.1" date="2017-06-04" urgency="medium">
4856
⁠<description>
4957
<ul>

po/com.github.luizaugustomm.tomato.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-06-04 11:01-0300\n"
11+
"POT-Creation-Date: 2017-06-05 09:53-0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

src/Config.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Constants {
2121
public const string PKG_DATADIR = "/usr/share/com.github.luizaugustomm.tomato";
2222
public const string GETTEXT_PACKAGE = "com.github.luizaugustomm.tomato";
2323
public const string RELEASE_NAME = "Stupice";
24-
public const string VERSION = "2.0.1";
24+
public const string VERSION = "2.0.2";
2525
public const string VERSION_INFO = "Release";
2626
public const string INSTALL_PREFIX = "/usr";
2727
public const string APP_NAME = "Tomato";

src/Tomato.vala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ namespace Tomato {
6464
app_launcher = "com.github.luizaugustomm.tomato.desktop";
6565
application_id = "com.github.luizaugustomm.tomato";
6666

67-
main_url = "http://launchpad.net/tomatoapp";
68-
bug_url = "http://bugs.launchpad.net/tomatoapp";
69-
help_url = "http://answers.launchpad.net/tomatoapp";
70-
translate_url = "http://translations.launchpad.net/tomatoapp";
67+
main_url = "https://github.com/luizaugustomm/tomato";
68+
bug_url = "https://github.com/luizaugustomm/tomato/issues";
69+
help_url = "https://github.com/luizaugustomm/tomato";
70+
translate_url = "https://www.transifex.com/tomato-translators/tomato/translate/";
7171

7272
about_authors = {"Luiz Augusto Morais <[email protected]>",
7373
"Sam Thomas <[email protected]>"};

0 commit comments

Comments
 (0)