media-plugins/zplugins: Bump to 0.2.4
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
parent
0dce0f51f4
commit
f72c871f21
@ -1,4 +1,4 @@
|
||||
DIST zplugins-0.2.3.tar.gz 1525982 BLAKE2B 1d8cee73b6c340a35805ac764eab3bf42a189466036241deb5fa4120e880290c08786df6b642b55a102c7c4aaa8e5ef2fec936ba2c3c80127de06be554f8973a SHA512 cddc71f1e41a4c045c63ce5fcb2680b47c8a91c4e2b0e858794fe5fcb57c4480d52942bdeddfebff94ed08fc92d1c570c9d383ee88f374e3bd159ae371cb52ec
|
||||
EBUILD zplugins-0.2.3.ebuild 690 BLAKE2B c315cbff83c9b1be678d5b37ec09780451944fec811835f1e85ae9a3b6812cef58d256997f168977885a51bad6ecec08f97d9c0b85cd7728a675264c79d1af63 SHA512 f5e53ba58dd7118a2f32fc50941fe6f7af27eb38369777823dd190e9d80d035a0e176184d991bf47a8152f6d02b589087c1e1543195dbd142042a74b5c600516
|
||||
EBUILD zplugins-9999.ebuild 690 BLAKE2B c315cbff83c9b1be678d5b37ec09780451944fec811835f1e85ae9a3b6812cef58d256997f168977885a51bad6ecec08f97d9c0b85cd7728a675264c79d1af63 SHA512 f5e53ba58dd7118a2f32fc50941fe6f7af27eb38369777823dd190e9d80d035a0e176184d991bf47a8152f6d02b589087c1e1543195dbd142042a74b5c600516
|
||||
DIST zplugins-0.2.4.tar.gz 1527583 BLAKE2B 2ea29ca227fd92eb6a6eb6b2bcaaa31fdb126b13546a5f5269e0697b545660f099444752c24951bd89c489c9be52b8bdc92879a616e9749e2b742cc8fa82daef SHA512 20aaf5020afab0971a1c5cd6f29f6e1cdf68a862dfead11a2b0a57ac5fa6d2485185b056b54a7d609fefe230534890d50a20141419e24aac70f2a6eb152293b6
|
||||
EBUILD zplugins-0.2.4.ebuild 697 BLAKE2B d001d526bee0bf890e958c521f1dd08f28562b997d1a80b46dc2dfdde91651e8baabbf372df531305907f9c191224490614515118d593121cd842eb99d5040fb SHA512 d8ed87216bbd4b59e1a85b7c093e0e6024feda53af725babddb68d2f1498fefc7fd48970d1ff273dba15f34060e52576a7f8899cdf026fab68a5ef0cb15355b3
|
||||
EBUILD zplugins-9999.ebuild 697 BLAKE2B d001d526bee0bf890e958c521f1dd08f28562b997d1a80b46dc2dfdde91651e8baabbf372df531305907f9c191224490614515118d593121cd842eb99d5040fb SHA512 d8ed87216bbd4b59e1a85b7c093e0e6024feda53af725babddb68d2f1498fefc7fd48970d1ff273dba15f34060e52576a7f8899cdf026fab68a5ef0cb15355b3
|
||||
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -6,16 +6,16 @@ EAPI=7
|
||||
inherit meson
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://git.sr.ht/~alextee/zplugins/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://git.zrythm.org/zrythm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
S="${WORKDIR}/${PN}"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~alextee/zplugins"
|
||||
EGIT_REPO_URI="https://git.zrythm.org/zrythm/zplugins.git"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A collection of audio DSP plugins"
|
||||
HOMEPAGE="https://git.sr.ht/~alextee/zplugins"
|
||||
HOMEPAGE="https://git.zrythm.org/zrythm/zplugins"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -6,16 +6,16 @@ EAPI=7
|
||||
inherit meson
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://git.sr.ht/~alextee/zplugins/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://git.zrythm.org/zrythm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
S="${WORKDIR}/${PN}"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~alextee/zplugins"
|
||||
EGIT_REPO_URI="https://git.zrythm.org/zrythm/zplugins.git"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A collection of audio DSP plugins"
|
||||
HOMEPAGE="https://git.sr.ht/~alextee/zplugins"
|
||||
HOMEPAGE="https://git.zrythm.org/zrythm/zplugins"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user