Skip to content

Commit

Permalink
Do a bunch of version-updatin'.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Apr 18, 2024
1 parent 282ce9c commit d58a06e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions roles/development/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ development__binary_archives:

# See <https://github.com/junegunn/fzf/releases>.
- 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 <https://developer.hashicorp.com/packer/downloads>.
- binaries: 'packer'
Expand All @@ -36,16 +36,16 @@ development__binary_archives:

development__debian_packages:
# See <https://github.com/jgm/pandoc/releases>.
- 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 <https://github.com/BurntSushi/ripgrep/releases>.
- checksum: 'sha256:78953d5a1c97cb363de0098ff73a7ef33fcae014abd4d62f0da490fe3f58ee94'
url: 'https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.0-1_amd64.deb'

# See <https://github.com/go-task/task/releases>.
- 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 <https://github.com/eradman/entr/tags>.
Expand Down
4 changes: 2 additions & 2 deletions roles/nodejs/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://nodejs.org/en/download>.
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
Expand Down
6 changes: 3 additions & 3 deletions roles/python/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# Python binary archive download. See also "python__archive_url" and
# "python__version". Python binary archives and checksums are available
# at <https://github.com/indygreg/python-build-standalone/releases>.
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
Expand Down

0 comments on commit d58a06e

Please sign in to comment.