Update to 2023-03-20 12:00

This commit is contained in:
Daniel Berteaud 2023-03-20 12:00:20 +01:00
parent b4b621e760
commit 6191c947fb
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
---
# Babashka version to deploy
bb_version: 1.2.174
bb_version: 1.3.176
# URL of the archive
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
# Expected sha256sum of the archive
bb_archive_sha256: 58065366943eedac648d8c51bf72738c7581408bbb2c08077486e2741b3c8fef
bb_archive_sha256: d93770c3fa03b81652db19d14e181406841d75756731ad6b1196929ea0cd183b

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.18.5
gitea_version: 1.19.0
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: 4766ad9310bd39d50676f8199563292ae0bab3a1922b461ece0feb4611e867f2
gitea_bin_sha256: 51e8d46a2634e5b5f4266eee8ca4689b5932caf692f23d06cbe5d2eaffe56079
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Version to install
miniflux_version: 2.0.42
miniflux_version: 2.0.43
# URL of the binary to install
miniflux_bin_url: https://github.com/miniflux/v2/releases/download/{{ miniflux_version }}/miniflux-linux-amd64
# Expected sha256 of the binary
miniflux_bin_sha256: b1706d1a9c059b83f660d7b3649b8bb3b401b9dd65bb06daf7413040dd4ff2c2
miniflux_bin_sha256: bb899aae069cfc9effe846fe14cc365d5f82c6974dfde7382b23e41564fc079a
# Should ansible handle upgrades ? If false, only initial install will be done
miniflux_manage_upgrade: True