Skip to content

Commit

Permalink
7283
Browse files Browse the repository at this point in the history
  • Loading branch information
willsALMANJ committed Apr 29, 2016
1 parent 8cce789 commit 8b4b6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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>7267b</em:version>
<em:version>7283</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>34.0</em:minVersion>
<em:maxVersion>50.0</em:maxVersion>
<em:updateLink>https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7267b/pentadactyl-signed-7267b.xpi</em:updateLink>
<em:updateLink>https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7283/pentadactyl-signed-7283.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down
2 changes: 0 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ hg update

# Get version number and exit if no changes
version="$(hg log -r . --template '{rev}')"
# Special version to merge in fix from alternate repo
version="7267b"
if [ "$last_version" = "$version" ]; then
exit 0
fi
Expand Down

0 comments on commit 8b4b6b8

Please sign in to comment.