Skip to content

Commit

Permalink
Adjust pulseaudio download link
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Aug 11, 2024
1 parent 8a7e7ef commit 645f513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
# pubkeys:
# - keys/busybox/vda_pubkey.asc
sha512: checksums/busybox-1.31.1.tar.bz2.sha512
- url: https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz
- url: https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz
sha512: checksums/pulseaudio-14.2.tar.xz.sha512
- url: https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
sha512: checksums/libusb-1.0.23.tar.bz2.sha512
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ URLS := \
https://download.qemu.org/qemu-$(QEMU_VERSION).tar.xz.sig \
https://kernel.org/pub/linux/kernel/v$(firstword $(subst ., ,$(LINUX_VERSION))).x/linux-$(LINUX_VERSION).tar.sign \
https://busybox.net/downloads/busybox-$(BUSYBOX_VERSION).tar.bz2.sig \
https://freedesktop.org/software/pulseaudio/releases/pulseaudio-$(PULSEAUDIO_VERSION).tar.xz \
https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-$(PULSEAUDIO_VERSION).tar.xz \
https://github.com/libusb/libusb/releases/download/v$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2

ALL_URLS := $(patsubst %.sign,%,$(patsubst %.sig,%,$(URLS))) $(filter %.sig, $(URLS)) $(filter %.sign, $(URLS))
Expand Down

0 comments on commit 645f513

Please sign in to comment.