From 9e452f2a3c224811f6e030bc879eed38f4a593ab Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 30 Mar 2025 14:03:13 +0200 Subject: [PATCH] furnace: update to 0.6.8 --- srcpkgs/furnace/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/furnace/template b/srcpkgs/furnace/template index 4e0bcbe473a..bc1769a3deb 100644 --- a/srcpkgs/furnace/template +++ b/srcpkgs/furnace/template @@ -1,6 +1,6 @@ # Template file for 'furnace' pkgname=furnace -version=0.6.7 +version=0.6.8 revision=1 _adpcm_commit="ef7a217154badc3b99978ac481b268c8aab67bd8" build_style=cmake @@ -14,13 +14,13 @@ maintainer="tranzystorekk " license="GPL-2.0-or-later" homepage="https://github.com/tildearrow/furnace" distfiles="https://github.com/tildearrow/furnace/archive/refs/tags/v${version}.tar.gz - https://github.com/superctr/adpcm/archive/${_adpcm_commit}.tar.gz" -checksum="94180a50ff9009c7d29f93c2ea64363ecea0f88e8eea3709221cb1a6e5e7b808 + https://github.com/superctr/adpcm/archive/${_adpcm_commit}.tar.gz>adpcm-${_adpcm_commit}.tar.gz" +checksum="eb3d0876ba4d65405b5bab93432e08bb7f63534e071f9fc73bb1f549d7ea0357 46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251" skip_extraction=" - ${_adpcm_commit}.tar.gz" + adpcm-${_adpcm_commit}.tar.gz" post_extract() { - vsrcextract -C extern/adpcm ${_adpcm_commit}.tar.gz + vsrcextract -C extern/adpcm adpcm-${_adpcm_commit}.tar.gz }