Skip to content

Commit

Permalink
chore: upgrade abroot version
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored Feb 13, 2025
1 parent b322908 commit eefc87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/00-vanilla-abroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eefc87d

Please sign in to comment.