diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 19:48:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 20:02:15 -0300 |
commit | 1e99186b9dcc75595b525a8aa93bd9fee70c323e (patch) | |
tree | 03654aecd6fab13f047b77e164404764e49e1cc5 /Formula/autoqemu.rb | |
parent | TODOs.md: Add Void to the list of target OSes (diff) | |
download | packages-1e99186b9dcc75595b525a8aa93bd9fee70c323e.tar.gz packages-1e99186b9dcc75595b525a8aa93bd9fee70c323e.tar.xz |
Support -latest (main branch) and tagged releases
Diffstat (limited to 'Formula/autoqemu.rb')
-rw-r--r-- | Formula/autoqemu.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Formula/autoqemu.rb b/Formula/autoqemu.rb index 1f83094..33fee90 100644 --- a/Formula/autoqemu.rb +++ b/Formula/autoqemu.rb @@ -1,8 +1,8 @@ class Autoqemu < Formula desc 'Installation and setup automation tool for QEMU virtual machines' homepage 'https://autoqemu.euandreh.xyz' - url 'https://git.euandreh.xyz/autoqemu/snapshot/autoqemu-4d1a0b6314c4f6fcf31f80e608f6b03a316a7255.tar.gz' - sha256 'fd501b421c8e562d957a38c83ea42173b5e9dc9b1bb9cef300aee48088fe3afe' + url 'https://git.euandreh.xyz/autoqemu/snapshot/autoqemu-a62d3425d91bb65ab883d8487fc73431a22487d4.tar.gz' + sha256 '8a2d95966d7ebe2cf8af928c8807a42a84e45111e60840fdf5737e17a987900a' license 'AGPL-3.0-or-later' def install |