diff options
author | Marvin Borner | 2020-04-04 23:22:28 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-04 23:22:56 +0200 |
commit | f6a21a036c8a05fefb207da0c49655b935dc4a68 (patch) | |
tree | a7ad95ded23bc4fe4c3238368881a39868202316 | |
parent | 8d42df830a36963745ad76c9a311208c4d6524c6 (diff) |
RELEASE 0.2!!0.2
-rw-r--r-- | rpm/harbour-binaryfun.spec | 6 | ||||
-rw-r--r-- | rpm/harbour-binaryfun.yaml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/rpm/harbour-binaryfun.spec b/rpm/harbour-binaryfun.spec index b660eb0..eaff5f8 100644 --- a/rpm/harbour-binaryfun.spec +++ b/rpm/harbour-binaryfun.spec @@ -13,11 +13,11 @@ Name: harbour-binaryfun %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: An awesome binary game -Version: 0.1.1 +Version: 0.2 Release: 1 Group: Qt/Qt -License: LICENSE -URL: http://example.org/ +License: MIT +URL: https://openrepos.net/content/melvin/binary-fun Source0: %{name}-%{version}.tar.bz2 Source100: harbour-binaryfun.yaml Requires: sailfishsilica-qt5 >= 0.10.9 diff --git a/rpm/harbour-binaryfun.yaml b/rpm/harbour-binaryfun.yaml index 042b43d..72896d7 100644 --- a/rpm/harbour-binaryfun.yaml +++ b/rpm/harbour-binaryfun.yaml @@ -1,12 +1,12 @@ Name: harbour-binaryfun Summary: An awesome binary game -Version: 0.1.1 +Version: 0.2 Release: 1 # The contents of the Group field should be one of the groups listed here: # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS Group: Qt/Qt -URL: http://example.org/ -License: LICENSE +URL: https://openrepos.net/content/melvin/binary-fun +License: MIT # This must be generated before uploading a package to a remote build service. # Usually this line does not need to be modified. Sources: |