-
Notifications
You must be signed in to change notification settings - Fork 39
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
Version bump and fix #3
base: master
Are you sure you want to change the base?
Conversation
- version bump - virt-viewer changed their build system to meson - current release of virt-viewer has an incompatibility fix with the current meson, after it's merged upstream the patch can be removed
I confirm this PR works. Thank you Peter! |
this doesn't work for me, it yells about python-libvirt my change fixes that, though; so maybe combine? #4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Location of sources changed to releases.pagure.org, see https://virt-manager.org/download.html
@@ -1,11 +1,14 @@ | |||
class VirtViewer < Formula | |||
desc "App for virtualized guest interaction" | |||
homepage "https://virt-manager.org/" | |||
url "https://virt-manager.org/download/sources/virt-viewer/virt-viewer-10.0.tar.xz" | |||
sha256 "d23bc0a06e4027c37b8386cfd0286ef37bd738977153740ab1b6b331192389c5" | |||
url "https://virt-manager.org/download/sources/virt-viewer/virt-viewer-11.0.tar.xz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url "https://virt-manager.org/download/sources/virt-viewer/virt-viewer-11.0.tar.xz" | |
url "https://releases.pagure.org/virt-viewer/virt-viewer-11.0.tar.xz" |
@@ -3,8 +3,8 @@ class VirtManager < Formula | |||
|
|||
desc "App for managing virtual machines" | |||
homepage "https://virt-manager.org/" | |||
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-3.2.0.tar.gz" | |||
sha256 "2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b86" | |||
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-4.0.0.tar.gz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-4.0.0.tar.gz" | |
url "https://releases.pagure.org/virt-manager/virt-manager-4.0.0.tar.gz" |
current meson, after it's merged upstream the patch can be removed