mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Update version and author information for new release on Sandstorm.
Previously @mquandalle took care of packaging Wekan for Sandstorm, so he was listed as the sole author of the SPK. Since I'm now taking over packaging, this commit moves @mquandalle into the `upstreamAuthor` slot and adds me as the SPK author by using my email address for `contactEmail` and adding a pgp-signed statement that I am now an author. It also adds my public key to the `keyring` file.
This commit is contained in:
parent
4d41e70e12
commit
33cfee8d5f
3 changed files with 5 additions and 4 deletions
BIN
meta/dwrensha-pgp-sig
Normal file
BIN
meta/dwrensha-pgp-sig
Normal file
Binary file not shown.
BIN
meta/keyring
BIN
meta/keyring
Binary file not shown.
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 12,
|
appVersion = 13,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "0.11.0-rc2"),
|
appMarketingVersion = (defaultText = "0.11.0~2016-11-07"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
@ -63,8 +63,9 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
categories = [productivity, office],
|
categories = [productivity, office],
|
||||||
|
|
||||||
author = (
|
author = (
|
||||||
contactEmail = "mquandalle@wekan.io",
|
upstreamAuthor = "Maxime Quandalle",
|
||||||
pgpSignature = embed "meta/mquandalle-pgp-sig",
|
contactEmail = "david@sandstorm.io",
|
||||||
|
pgpSignature = embed "meta/dwrensha-pgp-sig",
|
||||||
),
|
),
|
||||||
|
|
||||||
pgpKeyring = embed "meta/keyring",
|
pgpKeyring = embed "meta/keyring",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue