ansible-roles/roles/clojure/defaults/main.yml

10 lines
299 B
YAML
Raw Normal View History

2022-01-30 11:00:05 +01:00
---
# Version to deploy
2024-05-15 16:01:00 +02:00
clojure_version: 1.11.3.1456
2022-01-30 11:00:05 +01:00
# URL of the archive
clojure_archive_url: https://download.clojure.org/install/clojure-tools-{{ clojure_version }}.tar.gz
# Expected sha256 of the archive
2024-05-15 16:01:00 +02:00
clojure_archive_sha256: ca63a45140d28f92b314c058d43ee012b8cf00ae44fd08c50c67300e8e5fcd6d
2022-01-30 11:00:05 +01:00