summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/recipes/gmp/build.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/recipes/gmp/build.recipe b/examples/recipes/gmp/build.recipe
index 9a1ae45..34fb10b 100644
--- a/examples/recipes/gmp/build.recipe
+++ b/examples/recipes/gmp/build.recipe
@@ -12,9 +12,9 @@ let sourcedir = "{{workdir}}/{{name}}-{{version}}";
let builddir = "{{workdir}}/{{name}}-build";
fetch source {
- url = ["https://invalid/{{name}}-{{version}}.tar.xz"];
+ url: ["https://invalid/{{name}}-{{version}}.tar.xz"],
// TODO: Move to lockfile
- sha256 = "a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898";
+ sha256: "a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898",
}
task unpack() {