Skip to content

Commit 5acdc8f

Browse files
authored
helvum: update to 0.6.2.
1 parent 5aabc37 commit 5acdc8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

srcpkgs/helvum/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'helvum'
22
pkgname=helvum
3-
version=0.5.1
3+
version=0.6.2
44
revision=1
55
build_style=cargo
66
hostmakedepends="pkg-config clang libclang"
@@ -11,15 +11,15 @@ maintainer="0x5c <dev@0x5c.io>"
1111
license="GPL-3.0-only"
1212
homepage="https://gitlab.freedesktop.org/pipewire/helvum"
1313
distfiles="https://gitlab.freedesktop.org/pipewire/helvum/-/archive/${version}/helvum-${version}.tar.gz"
14-
checksum=e7a179a35518d7add92affbe5cdaa90c4a4e20c25ae0c86c2aea470de7dcd7ed
14+
checksum=9f1ec78186dd9de5b3c5a4718c88eb2a4a4bf9de78d477cb4db0ea304567349c
1515

1616
post_patch() {
1717
cat <<-EOF >> "Cargo.toml"
1818
[patch.crates-io]
19-
pipewire = {git="https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", rev="ff923ee9dfe05ac50a137252ca45ac4361016360"}
19+
pipewire = {git="https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", rev="03301bc734c9f1d3fb7a064c072458ad00245133"}
2020
EOF
2121
# Needed to get the above to register
22-
cargo update --package pipewire@0.7.2 --precise 0.7.2
22+
cargo update --package pipewire@0.9.2 --precise 0.9.2
2323
}
2424

2525
post_install() {

0 commit comments

Comments
 (0)