furnace: update to 0.6.8

This commit is contained in:
tranzystorekk 2025-03-30 14:03:13 +02:00
parent 2c9eb24971
commit 9e452f2a3c

View file

@ -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 <tranzystorek.io@protonmail.com>"
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
}