Skip to content

Commit

Permalink
contrib/furnace: update to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
z-erica authored and nekopsykose committed May 3, 2024
1 parent 2bcfd13 commit bd0f79c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions contrib/furnace/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "furnace"
pkgver = "0.6.2"
pkgver = "0.6.3"
pkgrel = 0
build_style = "cmake"
configure_args = [
Expand Down Expand Up @@ -30,16 +30,13 @@
maintainer = "Erica Z <zerica@callcc.eu>"
license = "GPL-2.0-or-later"
url = "https://github.com/tildearrow/furnace"
_adpcm_commit = "7736b178f4fb722d594c6ebdfc1ddf1af2ec81f7"
_adpcm_xq_commit = "6220fed7655e86a29702b45dbc641a028ed5a4bf"
_adpcm_commit = "ef7a217154badc3b99978ac481b268c8aab67bd8"
source = [
f"{url}/archive/refs/tags/v{pkgver}.tar.gz",
f"https://github.com/superctr/adpcm/archive/{_adpcm_commit}.tar.gz",
f"https://github.com/dbry/adpcm-xq/archive/{_adpcm_xq_commit}.tar.gz",
]
source_paths = [".", "extern/adpcm", "extern/adpcm-xq"]
source_paths = [".", "extern/adpcm"]
sha256 = [
"e01df9ea9c5c625e7f3cbd59df34ab066be5b6d4e8675d445c62e4e1a5915476",
"5e64cbd5414e7e64088c295446d90550cf5c2f80c12cb17737a16a31bbef7f1a",
"601cf3905e7843f3d1477237a8ba358af08fa000ff8944651f40c986c7f57cff",
"bc28647c2175fc4e0c831d2d3f814c37828bb525af42897e5337f0e6c4168ffb",
"46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251",
]

0 comments on commit bd0f79c

Please sign in to comment.