diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 23:58:47 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 23:58:47 -0800 |
| commit | 5059c081ac624ede925d5256885509ddd17181c6 (patch) | |
| tree | 0457d135e5193126bf73466bfaae09df94ab8a7d /compatibility/2.5.5.5.nom | |
| parent | ec69ee6f62016a2edcc13e3183cbe4cadd75717f (diff) | |
Auto-upgraded code.
Diffstat (limited to 'compatibility/2.5.5.5.nom')
| -rw-r--r-- | compatibility/2.5.5.5.nom | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compatibility/2.5.5.5.nom b/compatibility/2.5.5.5.nom index 05bf705..a8ec2bc 100644 --- a/compatibility/2.5.5.5.nom +++ b/compatibility/2.5.5.5.nom @@ -7,7 +7,9 @@ use "compatibility/compatibility.nom" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ upgrade action [hash $, sha1 $] to "2.5.5.5" as - =lua "\(base64 decode (hash $)):gsub('.', function(c) return ('%x02'):format(c) end)" + =lua (" + \(base64 decode (hash $)):gsub('.', function(c) return ('%x02'):format(c) end) + ") upgrade action [file with hash $] to "2.5.5.5" as file with hash |
