Skip to content

Commit

Permalink
main/bambootracker: update to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
z-erica committed Sep 26, 2024
1 parent 48b6eb5 commit 0db92fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main/bambootracker/template.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
pkgname = "bambootracker"
pkgver = "0.6.3"
pkgver = "0.6.4"
pkgrel = 0
build_style = "cmake"
configure_args = [
"-DSYSTEM_RTAUDIO=ON",
"-DSYSTEM_RTMIDI=ON",
"-DWARNINGS_ARE_ERRORS=OFF",
]
hostmakedepends = ["cmake", "ninja", "pkgconf"]
makedepends = [
Expand All @@ -19,6 +18,6 @@
license = "GPL-2.0-or-later"
url = "https://bambootracker.github.io/BambooTracker"
source = f"https://github.com/BambooTracker/BambooTracker/releases/download/v{pkgver}/BambooTracker-src-v{pkgver}.tar.gz"
sha256 = "75e2e1c0c4c99254de96503aea6da0d7effd84b800f93327fc4d9fc16846ca46"
sha256 = "fad9f045ff525ad406b25d2f58c23faca64008abf27b1326c33021a8e4436adf"
# crashes instantly with default stack size
tool_flags = {"LDFLAGS": ["-Wl,-z,stack-size=0x200000"]}

0 comments on commit 0db92fa

Please sign in to comment.