diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:22:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:22:30 -0300 |
commit | e87e58b1d8d70e6457e1f513a50da6c2510f4f58 (patch) | |
tree | 5da924b6288a5f3ae915923f900fff2735f9f0f0 /Formula/autoqemu-latest.rb | |
parent | scripts/paku: Update $TARBALL_TEMPLATE URL (diff) | |
download | package-repository-e87e58b1d8d70e6457e1f513a50da6c2510f4f58.tar.gz package-repository-e87e58b1d8d70e6457e1f513a50da6c2510f4f58.tar.xz |
Update all package definitions
Diffstat (limited to '')
-rw-r--r-- | Formula/autoqemu-latest.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Formula/autoqemu-latest.rb b/Formula/autoqemu-latest.rb index a6debb7..0d598a1 100644 --- a/Formula/autoqemu-latest.rb +++ b/Formula/autoqemu-latest.rb @@ -1,7 +1,7 @@ class AutoqemuLatest < Formula desc 'Installation and setup automation tool for QEMU virtual machines' homepage 'https://autoqemu.euandreh.xyz' - url 'https://git.euandreh.xyz/autoqemu/snapshot/autoqemu-e676c0baedc09f34fbd07877dc3ab47e9427a221.tar.gz' + url 'https://euandreh.xyz/autoqemu.git/snapshot/autoqemu-e676c0baedc09f34fbd07877dc3ab47e9427a221.tar.gz' sha256 '5f0cc1f0622a421bf6469be12afe86263576df9003ff0f339ad4aaaf7d31dfce' license 'AGPL-3.0-or-later' |