diff --git a/modules/00-vanilla-abroot.yml b/modules/00-vanilla-abroot.yml index aa614f9..02d72b6 100644 --- a/modules/00-vanilla-abroot.yml +++ b/modules/00-vanilla-abroot.yml @@ -2,8 +2,8 @@ name: abroot type: shell source: type: tar - url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.0/abrootv2.tar.gz - checksum: 2e0c051310d3ed741f47bb0af626cb2350ef28a9409f3a8819d5ce74b4431fa3 + url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abrootv2.tar.gz + checksum: 257b31fab1d735c4a833f93a576cdeced2d9cef67cf4da6dc81694be655d9d05 commands: - apt install -y podman golang-github-containers-common patch wget - mkdir -p /usr/bin @@ -14,8 +14,8 @@ modules: type: shell source: type: tar - url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.0/abroot-man.tar.gz - checksum: 82039d98c1f4c7f6a47913ba5a437ab8d18a95127c0459d733245b8b22e7267c + url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abroot-man.tar.gz + checksum: 2437300bdae0316a17bc2e5fc25d3dd356297ccfc14e70c77fa1a410e20eed65 commands: - mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/ - name: abroot-deps