ferium: update to 4.7.1.

Closes: #52340 [via git-merge-pr]
This commit is contained in:
yosh 2024-09-24 12:02:32 -04:00 committed by classabbyamp
parent 10d0681653
commit e8bff76725
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,19 +1,21 @@
# Template file for 'ferium' # Template file for 'ferium'
pkgname=ferium pkgname=ferium
version=4.7.0 version=4.7.1
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
configure_args="--no-default-features" configure_args="--no-default-features"
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="CLI program for managing Minecraft mods and modpacks" short_desc="CLI program for managing Minecraft mods and modpacks"
maintainer="yosh <yosh-git@riseup.net>" maintainer="yosh <yosh-git@riseup.net>"
license="MPL-2.0" license="MPL-2.0"
homepage="https://github.com/gorilla-devs/ferium" homepage="https://github.com/gorilla-devs/ferium"
changelog="https://raw.githubusercontent.com/gorilla-devs/ferium/main/CHANGELOG.md" 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" 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 # 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 make_check=ci-skip
post_install() { post_install() {