Commit 847b726a authored by vincowl's avatar vincowl Committed by GitHub

[pulseaudio] Update to 13.99.3 (#4586)

parent d11b10f3
......@@ -3,22 +3,14 @@ require 'package'
class Pulseaudio < Package
description 'PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications.'
homepage 'https://www.freedesktop.org/wiki/Software/PulseAudio/'
version '13.99.1-1'
version '13.99.3'
compatibility 'all'
source_url 'https://freedesktop.org/software/pulseaudio/releases/pulseaudio-13.99.1.tar.gz'
source_sha256 '80d3a217567e6eb52234e638765f0e0e7fe8feee89c2e532a15250ed6a8bfd30'
source_url 'https://freedesktop.org/software/pulseaudio/releases/pulseaudio-13.99.3.tar.gz'
source_sha256 '2572543a7686c699654c40ec3945a598e6af50ff703f60de0446b7fbcd16ef01'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/pulseaudio-13.99.1-1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/pulseaudio-13.99.1-1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/pulseaudio-13.99.1-1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/pulseaudio-13.99.1-1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'fa9ead7cf978e3d598f2795427638d10a7895ede724bd82256dd64c7f5e91544',
armv7l: 'fa9ead7cf978e3d598f2795427638d10a7895ede724bd82256dd64c7f5e91544',
i686: 'd05e537614795f8e03592b9a2b4a23c3980fc70888323ac08a4cae1b992bb856',
x86_64: '58ed8261edea0ea1e276c548591f44476f36758edef831870f8d1e8820e13e9e',
})
depends_on 'gsettings_desktop_schemas'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment