(17 lines)
1 #!/usr/bin/env nomsu -V7.0.02 ###3 This file defines upgrades from Nomsu <2.5.5.5 to Nomsu 2.5.5.55 use "compatibility/compatibility"7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~9 upgrade action [hash $, sha1 $] to "2.5.5.5" as10 =lua ("11 \(base64 decode (hash $)):gsub('.', function(c) return ('%x02'):format(c) end)12 ")14 upgrade action [file with hash $] to "2.5.5.5" as15 file with hash16 base6417 =lua "\$:gsub('..', function(xx) return string.char(tonumber(xx, 16)) end)"