From a85c78ca1ec26a520910e43b789ddcae9f95f2db Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Fri, 29 Nov 2013 22:02:48 -0600 Subject: [PATCH] Update Revision # transmission --- chromecast-ota | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromecast-ota b/chromecast-ota index 2084b6e..aa52ee2 100644 --- a/chromecast-ota +++ b/chromecast-ota @@ -9,7 +9,7 @@ BuildRevision="$(cat /chrome/pwnedcast_ver)" SerialHash=`busybox sha1sum /factory/serial.txt | busybox awk '{ print $1 }'` # We only use your serial hash #URL for the Update Server -URL="http://ota.team-eureka.com/ota/update.php?version=$BuildVersion-$BuildRevision&serial=$SerialHash" +URL="http://ota.team-eureka.com/ota/update.php?version=$BuildVersion.$BuildRevision&serial=$SerialHash" # Prefixed log messages are easier to distinguish pLog() {