From e8bff76725977bc6b3c9c1d813cc486188a960ef Mon Sep 17 00:00:00 2001 From: yosh Date: Tue, 24 Sep 2024 12:02:32 -0400 Subject: [PATCH] ferium: update to 4.7.1. Closes: #52340 [via git-merge-pr] --- srcpkgs/ferium/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ferium/template b/srcpkgs/ferium/template index ef3a7d57bbf..81ec6c0faca 100644 --- a/srcpkgs/ferium/template +++ b/srcpkgs/ferium/template @@ -1,19 +1,21 @@ # Template file for 'ferium' pkgname=ferium -version=4.7.0 +version=4.7.1 revision=1 build_style=cargo build_helper=qemu configure_args="--no-default-features" +hostmakedepends="pkg-config" +makedepends="libzstd-devel" short_desc="CLI program for managing Minecraft mods and modpacks" maintainer="yosh " license="MPL-2.0" homepage="https://github.com/gorilla-devs/ferium" changelog="https://raw.githubusercontent.com/gorilla-devs/ferium/main/CHANGELOG.md" distfiles="https://github.com/gorilla-devs/ferium/archive/refs/tags/v${version}.tar.gz" -checksum=a7804e44d1949e3fe2c5e875d7d70fc6d2ecd16cbcb65619b9ad4f61ac3b1887 +checksum=a9b9fd966f47d5f8c32e483a21ea476f6883f194e7813f1f81b0001e14b046a5 # tests rely on the github API, which randomly ratelimits unauthed conns -# to perform tests locally, export GITHUB_TOKEN in pre_check +# to perform tests locally, export GITHUB_TOKEN to a personal access token make_check=ci-skip post_install() {