diff --git a/roles/composer/defaults/main.yml b/roles/composer/defaults/main.yml index 54897ee..a65d1ef 100644 --- a/roles/composer/defaults/main.yml +++ b/roles/composer/defaults/main.yml @@ -11,10 +11,10 @@ # A string containing a checksum used to verify the integrity of the # Composer PHP archive download "composer.phar". See also # "composer__composer_version". -composer__composer_checksum: 'sha256:930b376fbd2147a623ea7b704eb9d3b8b0d6072992207aa0535aa21f6f05378e' +composer__composer_checksum: 'sha256:c4c4e2e1beab0ea04e0bd042a5dbba9feda1fbf5eda0d36203958edd343c0a8a' # A string containing the version of Composer to install. -composer__composer_version: '2.8.1' +composer__composer_version: '2.8.4' # The following variables will have host-specific and/or sensitive diff --git a/roles/development/defaults/main.yml b/roles/development/defaults/main.yml index c51bd8f..bd6196d 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:7afad5dcc3e3a7cbaef577ec02c4dd90280e283bc16da99809498f75a5f18080' - url: 'https://github.com/junegunn/fzf/releases/download/v0.56.0/fzf-0.56.0-linux_amd64.tar.gz' + checksum: 'sha256:a3c087a5f40e8bb4d9bfb26faffa094643df111a469646bef53154a54af9ff92' + url: 'https://github.com/junegunn/fzf/releases/download/v0.57.0/fzf-0.57.0-linux_amd64.tar.gz' # See . - binaries: 'packer' @@ -36,32 +36,32 @@ development__binary_archives: development__debian_packages: # See . - - checksum: 'sha256:4f41d817d262ef3d17953a3e6e0fefddb971aa4f2f121544a9a86db449d945e1' - url: 'https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-amd64.deb' + - checksum: 'sha256:20dfaa002d4dc6e5207d58e90d04edf47498bd221eb25f15366c50bdc3218f8e' + url: 'https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-1-amd64.deb' # See . - checksum: 'sha256:2f0c732ef166b4f7be7190d4012d60b3f8467bdd6f795c0598817bd2ac1706ae' url: 'https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep_14.1.1-1_amd64.deb' # See . - - checksum: 'sha256:d4ea84524cc4e0969e84f063fc99b9aba2090ec259c00a2e12d9ed1a182cf6af' - url: 'https://github.com/go-task/task/releases/download/v3.39.2/task_linux_amd64.deb' + - checksum: 'sha256:91cb78c5b91d1c3e2977c294e1975e80ccbd9e312216ef96475d7562791f6931' + url: 'https://github.com/go-task/task/releases/download/v3.40.1/task_linux_amd64.deb' # The following checksum is for the entr 5.6 source code archive # "5.6.tar.gz" from . development__entr_source_archive_checksum: 'sha256:0222b8df928d3b5a3b5194d63e7de098533e04190d9d9a154b926c6c1f9dd14e' development__entr_version: '5.6' -# The following checksum is for "PkgTTC-Iosevka-31.9.1.zip" from +# The following checksum is for "PkgTTC-Iosevka-32.3.1.zip" from # . -development__iosevka_archive_checksum: 'sha256:7e58976856ef79b07aa99494678e8352193a556fb8508238c0b0917d6600aada' -development__iosevka_version: '31.9.1' +development__iosevka_archive_checksum: 'sha256:1993c8ad7c51deada86151a050ba76fce9cb8c408bc602cea95ce818c6dcf2d2' +development__iosevka_version: '32.3.1' # Obsidian releases are available at and # . The -# following checksum is for the file "obsidian_1.7.4_amd64.deb". -development__obsidian_package_checksum: 'sha256:79efb6b67f453bc1e9f95f6527f66da69ab0fa71ce758e8e1a51fba2bde63209' -development__obsidian_version: '1.7.4' +# following checksum is for the file "obsidian_1.7.7_amd64.deb". +development__obsidian_package_checksum: 'sha256:e41269fa5f120612cb8ba3cbb8a22b1d5c5d9969c4e9b2f9f802fd0141de6a89' +development__obsidian_version: '1.7.7' development__projects_folder: 'Shed' development__run_gui_tasks: false diff --git a/roles/golang/defaults/main.yml b/roles/golang/defaults/main.yml index 452e85b..f9e6cf3 100644 --- a/roles/golang/defaults/main.yml +++ b/roles/golang/defaults/main.yml @@ -6,13 +6,13 @@ --- # A string containing a checksum used to verify the integrity the Go -# binary archive download "go1.23.2.linux-amd64.tar.gz". See also +# binary archive download "go1.23.4.linux-amd64.tar.gz". See also # "golang__golang_version". Go binary archives and checksums are # available at . -golang__golang_archive_checksum: 'sha256:542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e' +golang__golang_archive_checksum: 'sha256:6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971' # A string containing the version of Go to install. -golang__golang_version: '1.23.2' +golang__golang_version: '1.23.4' # The following variables will have host-specific and/or sensitive diff --git a/roles/nodejs/defaults/main.yml b/roles/nodejs/defaults/main.yml index f2425e6..a682ea9 100644 --- a/roles/nodejs/defaults/main.yml +++ b/roles/nodejs/defaults/main.yml @@ -6,13 +6,13 @@ --- # A string containing a checksum used to verify the integrity of the -# Node.js binary archive "node-v20.18.0-linux-x64.tar.xz". See also +# Node.js binary archive "node-v22.12.0-linux-x64.tar.xz". See also # "nodejs__version". Node.js binary archives and checksums are # available at . -nodejs__nodejs_archive_checksum: 'sha256:4543670b589593f8fa5f106111fd5139081da42bb165a9239f05195e405f240a' +nodejs__nodejs_archive_checksum: 'sha256:22982235e1b71fa8850f82edd09cdae7e3f32df1764a9ec298c72d25ef2c164f' # A string containing the version of Node.js to install. -nodejs__nodejs_version: '20.18.0' +nodejs__nodejs_version: '22.12.0' # The following variables will have host-specific and/or sensitive diff --git a/roles/polypane/defaults/main.yml b/roles/polypane/defaults/main.yml index 33eadfa..f39b932 100644 --- a/roles/polypane/defaults/main.yml +++ b/roles/polypane/defaults/main.yml @@ -6,8 +6,8 @@ # Polypane releases are available at # . -polypane__polypane_package_checksum: 'sha256:67c15d1f6bbe5439f4f32bd65a74f4eb04a73067a6ff6a21488e5781e2dc460d' -polypane__polypane_version: '22.0.0' +polypane__polypane_package_checksum: 'sha256:076801780d569f5a6a3832cf0b832850860c8b4dae5509880bb61a2df642374d' +polypane__polypane_version: '22.1.1' # 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 bffba2b..725ddd4 100644 --- a/roles/python/defaults/main.yml +++ b/roles/python/defaults/main.yml @@ -8,11 +8,11 @@ # A string containing a checksum used to verify the integrity the # 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:d7814640ba4e79102c1b99eae5a4891a40467efdd568f2068d93c492332c29f8' +# at . +python__python_archive_checksum: 'sha256:492e7abe3e4ce9097aec5a6fa0b5d9c81787476387d87b4568bf7d2dd8f2bde2' # A string containing the URL to the binary archive. -python__python_archive_url: 'https://github.com/astral-sh/python-build-standalone/releases/download/20241219/cpython-3.13.1+20241219-x86_64_v3-unknown-linux-gnu-install_only.tar.gz' +python__python_archive_url: 'https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.13.1+20250106-x86_64_v3-unknown-linux-gnu-install_only.tar.gz' # A string containing the version of Python to install. python__python_version: '3.13.1' diff --git a/roles/vuescan/defaults/main.yml b/roles/vuescan/defaults/main.yml index 86091b1..78fe586 100644 --- a/roles/vuescan/defaults/main.yml +++ b/roles/vuescan/defaults/main.yml @@ -6,7 +6,7 @@ # VueScan releases are available at # . -vuescan__vuescan_package_checksum: 'sha256:96674ee595fb6ec7a047da9d653de49eff7c04474c3412a8007c23a8eb301b72' +vuescan__vuescan_package_checksum: 'sha256:b759ed73e41f8ebbf397bb54a1745e4ed0d55932a1bcaf9b77a00a43ef491288' # The following variables will have host-specific and/or sensitive