Skip to content

Commit

Permalink
<em:version>0.1.8</em:version>
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Sep 23, 2012
1 parent 25caef3 commit 1289b2b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
4 changes: 4 additions & 0 deletions build.sh
Expand Up @@ -56,3 +56,7 @@ if [ "test" != "$1" ]; then
fi
cd ..
rm -rf build

if [ "amo" == "$1" ] || [ "staging" == "$1" ]; then
openssl sha1 "$XPI"
fi
4 changes: 2 additions & 2 deletions extension/install.rdf
Expand Up @@ -6,7 +6,7 @@
<em:id>scriptish@erikvold.com</em:id>
<em:name>Scriptish</em:name>
<em:description>A Script Extension Manager for Firefox</em:description>
<em:version>0.1.8pre</em:version>
<em:version>0.1.8</em:version>
<em:aboutURL>chrome://scriptish/content/aboutStub.xul</em:aboutURL>
<em:homepageURL>http://scriptish.org</em:homepageURL>
<em:optionsURL>chrome://scriptish/content/options.xul</em:optionsURL>
Expand Down Expand Up @@ -68,7 +68,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>12.0a1</em:maxVersion>
<em:maxVersion>18.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
Expand Down
19 changes: 5 additions & 14 deletions update.rdf
Expand Up @@ -6,14 +6,14 @@
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>0.1.7</em:version>
<em:version>0.1.8</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>12.0a1</em:maxVersion>
<em:maxVersion>18.0a1</em:maxVersion>
<em:updateLink>http://github.com/downloads/scriptish/scriptish/scriptish-0.1.7.xpi</em:updateLink>
<em:updateHash>sha1:1f098ee6a55778e00f057826d39b6fabecd0b8d4</em:updateHash>
<em:updateHash>sha1:ee95dd6c12695806daec6d178f8585c46d4e6231</em:updateHash>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
Expand All @@ -22,23 +22,14 @@
<em:minVersion>2.1</em:minVersion>
<em:maxVersion>2.8.*</em:maxVersion>
<em:updateLink>http://github.com/downloads/scriptish/scriptish/scriptish-0.1.7.xpi</em:updateLink>
<em:updateHash>sha1:1f098ee6a55778e00f057826d39b6fabecd0b8d4</em:updateHash>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>10.*</em:maxVersion>
<em:updateLink>http://github.com/downloads/scriptish/scriptish/scriptish-0.1.7.xpi</em:updateLink>
<em:updateHash>sha1:1f098ee6a55778e00f057826d39b6fabecd0b8d4</em:updateHash>
<em:updateHash>sha1:ee95dd6c12695806daec6d178f8585c46d4e6231</em:updateHash>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>

<em:signature>MIGTMA0GCSqGSIb3DQEBDQUAA4GBAFxIbXsnLRKFaXW4ebxmIM7rl1dVY1LLIYiygy1LAk50d71NRTh0Sk02zsykZ+/sPIxwaK4giAO/kOQxgkUGlFGk4itCGyhaHr0lAwCVoAL8O+BewwFB48hxFZvu+QRq1QTlPcxHT7RU+bZWYtxGOJhlET5bz68jczYMcDCeDj9w</em:signature>
<em:signature>MIGTMA0GCSqGSIb3DQEBDQUAA4GBAHJ+H2ftD8lNU/6orhjTsH8KwJcJpJf3NhYlx1GHG4kmfiRWj+fHp+biDrPS6zxXuvUqzBA9X3UAivtkCkWcRHjZN0B0iNrPv4aWsB9i3L4hsdXXLjBJfOOZzuJE92qYUChXn8K5Q8EgeWSemPlTrvB22LvXWglGA2Lo+g70buIV</em:signature>
</RDF:Description>
</RDF:RDF>

0 comments on commit 1289b2b

Please sign in to comment.