mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
furnace: update to 0.6.8
This commit is contained in:
parent
2c9eb24971
commit
9e452f2a3c
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'furnace'
|
# Template file for 'furnace'
|
||||||
pkgname=furnace
|
pkgname=furnace
|
||||||
version=0.6.7
|
version=0.6.8
|
||||||
revision=1
|
revision=1
|
||||||
_adpcm_commit="ef7a217154badc3b99978ac481b268c8aab67bd8"
|
_adpcm_commit="ef7a217154badc3b99978ac481b268c8aab67bd8"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -14,13 +14,13 @@ maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/tildearrow/furnace"
|
homepage="https://github.com/tildearrow/furnace"
|
||||||
distfiles="https://github.com/tildearrow/furnace/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/tildearrow/furnace/archive/refs/tags/v${version}.tar.gz
|
||||||
https://github.com/superctr/adpcm/archive/${_adpcm_commit}.tar.gz"
|
https://github.com/superctr/adpcm/archive/${_adpcm_commit}.tar.gz>adpcm-${_adpcm_commit}.tar.gz"
|
||||||
checksum="94180a50ff9009c7d29f93c2ea64363ecea0f88e8eea3709221cb1a6e5e7b808
|
checksum="eb3d0876ba4d65405b5bab93432e08bb7f63534e071f9fc73bb1f549d7ea0357
|
||||||
46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251"
|
46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251"
|
||||||
|
|
||||||
skip_extraction="
|
skip_extraction="
|
||||||
${_adpcm_commit}.tar.gz"
|
adpcm-${_adpcm_commit}.tar.gz"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsrcextract -C extern/adpcm ${_adpcm_commit}.tar.gz
|
vsrcextract -C extern/adpcm adpcm-${_adpcm_commit}.tar.gz
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue