Skip to content

Commit

Permalink
7295
Browse files Browse the repository at this point in the history
  • Loading branch information
willsALMANJ committed Sep 21, 2016
1 parent 7c7ad69 commit 37a8695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>7294</em:version>
<em:version>7295</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>34.0</em:minVersion>
<em:maxVersion>52.0</em:maxVersion>
<em:updateLink>https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7294/pentadactyl-signed-7294.xpi</em:updateLink>
<em:updateLink>https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7295/pentadactyl-signed-7295.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ hg update
version="$(hg log -r . --template '{rev}')"
# TODO: remove hard-coded version. Needed because switching repos resulted in a
# lower rev number
version=7295
if [ "$last_version" = "$version" ]; then
exit 0
fi
Expand Down

0 comments on commit 37a8695

Please sign in to comment.