summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Renshaw <david@sandstorm.io>2016-11-07 14:01:05 -0500
committerDavid Renshaw <david@sandstorm.io>2016-11-07 17:16:43 -0500
commit33cfee8d5f58bbb03281a140d746ad37624fd252 (patch)
tree77ad0777a778c16801d1ddc346db47f169c0878f
parent4d41e70e12d3e638028a3137fd958e841099763d (diff)
downloadwekan-33cfee8d5f58bbb03281a140d746ad37624fd252.tar.gz
wekan-33cfee8d5f58bbb03281a140d746ad37624fd252.tar.bz2
wekan-33cfee8d5f58bbb03281a140d746ad37624fd252.zip
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.
-rw-r--r--meta/dwrensha-pgp-sigbin0 -> 430 bytes
-rw-r--r--meta/keyringbin3357 -> 4892 bytes
-rw-r--r--sandstorm-pkgdef.capnp9
3 files changed, 5 insertions, 4 deletions
diff --git a/meta/dwrensha-pgp-sig b/meta/dwrensha-pgp-sig
new file mode 100644
index 00000000..0ee50fa4
--- /dev/null
+++ b/meta/dwrensha-pgp-sig
Binary files differ
diff --git a/meta/keyring b/meta/keyring
index e34b146d..b4d58533 100644
--- a/meta/keyring
+++ b/meta/keyring
Binary files differ
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 2db5b6b6..80b761e2 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 12,
+ appVersion = 13,
# 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.
minUpgradableAppVersion = 0,
@@ -63,8 +63,9 @@ const pkgdef :Spk.PackageDefinition = (
categories = [productivity, office],
author = (
- contactEmail = "mquandalle@wekan.io",
- pgpSignature = embed "meta/mquandalle-pgp-sig",
+ upstreamAuthor = "Maxime Quandalle",
+ contactEmail = "david@sandstorm.io",
+ pgpSignature = embed "meta/dwrensha-pgp-sig",
),
pgpKeyring = embed "meta/keyring",