From 8b4b6b86d34783f1aac77e7674b26df51e4b6d09 Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Fri, 29 Apr 2016 05:49:48 -0400 Subject: [PATCH] 7283 --- update.rdf | 4 ++-- update.sh | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/update.rdf b/update.rdf index 47f3687..dffd0f7 100644 --- a/update.rdf +++ b/update.rdf @@ -6,13 +6,13 @@ - 7267b + 7283 {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 34.0 50.0 - https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7267b/pentadactyl-signed-7267b.xpi + https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7283/pentadactyl-signed-7283.xpi diff --git a/update.sh b/update.sh index d94c4b4..5fb71f6 100644 --- a/update.sh +++ b/update.sh @@ -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