Commit 46b7a928 authored by Damian Montero's avatar Damian Montero

Fixed Sha1 signature for x64 package

parent c0c52d4f
...@@ -8,7 +8,7 @@ class Ruby < Package ...@@ -8,7 +8,7 @@ class Ruby < Package
}) })
binary_sha1 ({ binary_sha1 ({
i686: "49eeba5d542e4c3e6aa3686f215485e0946fb99a", i686: "49eeba5d542e4c3e6aa3686f215485e0946fb99a",
x86_64: "ec4d9c9d1a993ca03d0dee594c79ab1945e5b88d" x86_64: "f1de1ef5ed690c3b78f4e40208a4fb93e227c4ed"
}) })
depends_on 'readline' depends_on 'readline'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment