Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: verify checksum for tagged tar modules #67

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/00-vanilla-abroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.0.0/abrootv2.tar.gz
checksum: 3a801272865cafe8d37f2e3cb674c33aeb835370708b3ea320eff99533b8a915
commands:
- apt install -y podman golang-github-containers-common patch wget
- mkdir -p /usr/bin
Expand All @@ -14,5 +15,6 @@ modules:
source:
type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.0.0/abroot-man.tar.gz
checksum: 58cd4fbf12d29e8548df5bd3cc6f66d79e1fd02916e39665a651e91b38dab71a
commands:
- mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/
2 changes: 2 additions & 0 deletions modules/00-vanilla-apx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/apx/releases/download/v2.4.3/apx.tar.gz
checksum: 29d1f9d6f7e16e4b584be01d40065f32ba9cb391b3fbd6d507719dbe67405ad3
commands:
- mkdir -p /usr/bin
- cp /sources/apx/apx /usr/bin/apx
Expand All @@ -23,5 +24,6 @@ modules:
source:
type: tar
url: https://github.com/Vanilla-OS/apx/releases/download/v2.4.3/apx-man.tar.gz
checksum: 10ead801e9cfff7c7a160b104b577fe1ce88e61f6bf45417f3bb3882b861b3ce
commands:
- mv /sources/apx-manpage/man/man1/apx.1 /usr/share/man/man1/
Loading