mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-14 10:58:05 +01:00
modrinth-app: update to 0.8.9
This commit is contained in:
parent
e8cb117926
commit
22fbc394e8
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'modrinth-app'
|
||||
pkgname=modrinth-app
|
||||
version=0.8.8
|
||||
version=0.8.9
|
||||
revision=1
|
||||
hostmakedepends=""
|
||||
makedepends=""
|
||||
|
@ -10,7 +10,7 @@ maintainer="Jozef Steinhübl <contact@xhyrom.dev>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://modrinth.com/app"
|
||||
distfiles="https://launcher-files.modrinth.com/versions/${version}/linux/Modrinth%20App_${version}_amd64.deb"
|
||||
checksum="2518a3f14559ec315c0fff491e1c94b787ba174a3a27b6ba96f2882557597eec"
|
||||
checksum="bf797d3170723ea7291be038948443883aa8e9ca902bf4064eb0725c4850fccc"
|
||||
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'zed'
|
||||
pkgname=zed
|
||||
version=0.153.6
|
||||
version=0.156.2
|
||||
revision=1
|
||||
archs="x86_64* aarch64*"
|
||||
build_style=cargo
|
||||
make_install_args="--path crates/zed"
|
||||
make_check_args="-- --test-threads 1"
|
||||
hostmakedepends="pkg-config protobuf gettext mold clang18"
|
||||
hostmakedepends="pkg-config protobuf gettext mold clang18 cmake"
|
||||
makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel
|
||||
libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-1.8-devel
|
||||
sqlite-devel"
|
||||
|
@ -17,7 +17,7 @@ maintainer="SpidFightFR <spidfight@swisscows.email>"
|
|||
license="GPL-3.0-or-later, Apache-2.0, AGPL-3.0-or-later"
|
||||
homepage="https://zed.dev/"
|
||||
distfiles="https://github.com/zed-industries/zed/archive/v${version}.tar.gz"
|
||||
checksum="17ce3e750011e32e33c232b6e58fcf032d18d19567d3b54336f6a219542ca9f2"
|
||||
checksum="cd73e071f9a6b816e6b3ed593eb9ef4ae0c7f5b9a72fb26f2dc6da4f79c80088"
|
||||
|
||||
post_install() {
|
||||
vlicense ${wrksrc}/LICENSE-AGPL
|
||||
|
|
Loading…
Reference in a new issue