Diff sigrok-firmware-fx2lafw-0.1.7-r2 with a sigrok-firmware-fx2lafw-9999

/usr/portage/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild 2024-12-25 15:56:49.853416600 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
......
13 13
		binary? ( https://sigrok.org/download/binary/${PN}/${PN}-bin-${PV}.tar.gz )
14 14
		!binary? (
15 15
			https://sigrok.org/download/source/${PN}/${P}.tar.gz
16
			https://distfiles.gentoo.org/pub/dev/ceamac@gentoo.org/${CATEGORY}/${PN}/${P}-update-syntax.patch.xz
16
			https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-update-syntax.patch.xz
17 17
		)
18 18
	"
19 19
	KEYWORDS="~amd64 ~x86"
Thank you!