From 357bdb1838cf6c0054b4b24bfa8628ddfa804dbe Mon Sep 17 00:00:00 2001 From: yosh Date: Tue, 11 Jun 2024 22:25:21 -0400 Subject: [PATCH] ferium: update to 4.7.0. --- srcpkgs/ferium/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ferium/template b/srcpkgs/ferium/template index addcb88d5146d4..ef3a7d57bbf1ee 100644 --- a/srcpkgs/ferium/template +++ b/srcpkgs/ferium/template @@ -1,6 +1,6 @@ # Template file for 'ferium' pkgname=ferium -version=4.5.2 +version=4.7.0 revision=1 build_style=cargo build_helper=qemu @@ -11,7 +11,10 @@ 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=5b4fde3eee2336c4874d8bf5c412e019843f9cef018f750bbb4c51c1fceb9484 +checksum=a7804e44d1949e3fe2c5e875d7d70fc6d2ecd16cbcb65619b9ad4f61ac3b1887 +# tests rely on the github API, which randomly ratelimits unauthed conns +# to perform tests locally, export GITHUB_TOKEN in pre_check +make_check=ci-skip post_install() { local ferium="${DESTDIR}/usr/bin/ferium"