www-apps/element: add 1.11.73, drop 1.11.36
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
21ed633033
commit
2d6ed3b17a
|
@ -8,7 +8,7 @@ IUSE=vhosts
|
||||||
KEYWORDS=~amd64 ~riscv ~x86
|
KEYWORDS=~amd64 ~riscv ~x86
|
||||||
LICENSE=Apache-2.0
|
LICENSE=Apache-2.0
|
||||||
RDEPEND=app-admin/webapp-config
|
RDEPEND=app-admin/webapp-config
|
||||||
SLOT=1.11.36
|
SLOT=1.11.73
|
||||||
SRC_URI=https://github.com/vector-im/element-web/releases/download/v1.11.36/element-v1.11.36.tar.gz
|
SRC_URI=https://github.com/vector-im/element-web/releases/download/v1.11.73/element-v1.11.73.tar.gz
|
||||||
_eclasses_=webapp de2d3d345b44597c10d7104a7bcdf7b2
|
_eclasses_=webapp de2d3d345b44597c10d7104a7bcdf7b2
|
||||||
_md5_=8f81c736b66210d0b7004d248f25ddfe
|
_md5_=642013624d8c170e8d7e238bdcf13237
|
|
@ -1 +1 @@
|
||||||
DIST element-v1.11.36.tar.gz 21937527 BLAKE2B 820a4c64e438e73bc0b45559be165d1e80a3fbab43975e7db3fca7740142c968a5cdb1daad7471bc33b68220d6674691136ae463a001a9ab913e52e550019af0 SHA512 03aa1530360d479c2970e2fdee8b23d526701346b3b26f3052c72226644ae61ecb1f6df58efccea4d30db8ffa794c6c58893eb7938bde24f5fd42d319618efa5
|
DIST element-v1.11.73.tar.gz 24340773 BLAKE2B a85529be3adb27e5b0f2afa851578c55e7392d67ba75da6486f50a8681866d57e3824aee70c4128aa1841bdfbdc5fc466dda9b405e05c3a39997cb1b905db687 SHA512 0e276acc5de8dae7976601335b47d6f620dfc94e71061504978dc4400a85810ab25f8321f6efc3e3e8d9d3db746d9ecb68707aca9b564e8c0efc535fa150a3ae
|
||||||
|
|
|
@ -8,14 +8,13 @@ inherit webapp
|
||||||
DESCRIPTION="A glossy Matrix collaboration client for the web"
|
DESCRIPTION="A glossy Matrix collaboration client for the web"
|
||||||
HOMEPAGE="https://element.io/"
|
HOMEPAGE="https://element.io/"
|
||||||
SRC_URI="https://github.com/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
|
SRC_URI="https://github.com/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
|
||||||
|
S=${WORKDIR}/${PN}-v${PV}
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
KEYWORDS="~amd64 ~riscv ~x86"
|
KEYWORDS="~amd64 ~riscv ~x86"
|
||||||
|
|
||||||
need_httpd
|
need_httpd
|
||||||
|
|
||||||
S=${WORKDIR}/${PN}-v${PV}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
webapp_src_preinst
|
webapp_src_preinst
|
||||||
|
|
Loading…
Reference in a new issue