diff --git a/roles/development/defaults/main.yml b/roles/development/defaults/main.yml index f7d74aa..1abc6ad 100644 --- a/roles/development/defaults/main.yml +++ b/roles/development/defaults/main.yml @@ -13,8 +13,8 @@ development__binary_archives: # See . - binaries: 'fzf' - checksum: 'sha256:0c8df3ed2633b8d14643b0c47d4fae4bbe5987cdfc34eb1db438b2d04db3c041' - url: 'https://github.com/junegunn/fzf/releases/download/0.49.0/fzf-0.49.0-linux_amd64.tar.gz' + checksum: 'sha256:8fcefbcb085706de98f5fd23955ff343bd75eed826ec0a9c793bacba15ca9932' + url: 'https://github.com/junegunn/fzf/releases/download/0.50.0/fzf-0.50.0-linux_amd64.tar.gz' # See . - binaries: 'packer' @@ -36,16 +36,16 @@ development__binary_archives: development__debian_packages: # See . - - checksum: 'sha256:7ae8376350fa5c54eb3011740934d66d02c887a140e8d19dee48e2ef2902b5f2' - url: 'https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-1-amd64.deb' + - checksum: 'sha256:b51029afd2e302679aabb9464cd96bda378145d48bb853bd32d93c57b93a293d' + url: 'https://github.com/jgm/pandoc/releases/download/3.1.13/pandoc-3.1.13-1-amd64.deb' # See . - checksum: 'sha256:78953d5a1c97cb363de0098ff73a7ef33fcae014abd4d62f0da490fe3f58ee94' url: 'https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.0-1_amd64.deb' # See . - - checksum: 'sha256:a745be92a71395b280a7a52749d18bf9bec2570765581469b3ef3aceb21dae31' - url: 'https://github.com/go-task/task/releases/download/v3.35.1/task_linux_amd64.deb' + - checksum: 'sha256:8d60fc4127347b48487d7da99ffe825dd9d2d1740dcad2a9d283d30d26925753' + url: 'https://github.com/go-task/task/releases/download/v3.36.0/task_linux_amd64.deb' # The following checksum is for the entr 5.5 source code archive # "5.5.tar.gz" from . diff --git a/roles/nodejs/defaults/main.yml b/roles/nodejs/defaults/main.yml index 8f92db1..a78e2b2 100644 --- a/roles/nodejs/defaults/main.yml +++ b/roles/nodejs/defaults/main.yml @@ -9,10 +9,10 @@ # Node.js binary archive "node-v20.11.1-linux-x64.tar.xz". See also # "nodejs__version". Node.js binary archives and checksums are # available at . -nodejs__nodejs_archive_checksum: 'sha256:d8dab549b09672b03356aa2257699f3de3b58c96e74eb26a8b495fbdc9cf6fbe' +nodejs__nodejs_archive_checksum: 'sha256:595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183' # A string containing the version of Node.js to install. -nodejs__nodejs_version: '20.11.1' +nodejs__nodejs_version: '20.12.2' # The following variables will have host-specific and/or sensitive diff --git a/roles/python/defaults/main.yml b/roles/python/defaults/main.yml index e755f01..2937c08 100644 --- a/roles/python/defaults/main.yml +++ b/roles/python/defaults/main.yml @@ -9,13 +9,13 @@ # Python binary archive download. See also "python__archive_url" and # "python__version". Python binary archives and checksums are available # at . -python__python_archive_checksum: 'sha256:52b3e24b08e53e5098561a13a61e28d241231331fd903dcb2a1e4161f3753dc1' +python__python_archive_checksum: 'sha256:46b81ec4ee9b86912096d0132820859fcb79a5cb043f1912f8f187e91a1202ac' # A string containing the URL to the binary archive. -python__python_archive_url: 'https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8+20240224-x86_64_v3-unknown-linux-gnu-install_only.tar.gz' +python__python_archive_url: 'https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64_v3-unknown-linux-gnu-install_only.tar.gz' # A string containing the version of Python to install. -python__python_version: '3.11.8' +python__python_version: '3.11.9' # The following variables will have host-specific and/or sensitive