diff options
Diffstat (limited to 'src/utau/openutau')
-rw-r--r-- | src/utau/openutau/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utau/openutau/APKBUILD b/src/utau/openutau/APKBUILD index 02710f8..bf5deee 100644 --- a/src/utau/openutau/APKBUILD +++ b/src/utau/openutau/APKBUILD @@ -2,7 +2,7 @@ _reponame="OpenUtau" _repoowner="stakira" _repourl="https://${GITHUB_CODELOAD_URL:-"codeload.github.com"}/${_repoowner}/${_reponame}" # GITHUB_CODELOAD_URL due to github not having IPv6. -_reporef="c3ff44b01f5dcd0ef1bbdb5aa11ef1319cab3a03" # Must be a TAG OR BRANCH! Anything else may break shit. +_reporef="c3ff44b01f5dcd0ef1bbdb5aa11ef1319cab3a03" # Must be a TAG OR COMMIT! Anything else may break shit. _reporefdate="20250610" # YYYYMMDD of the ref _buildtarget="Release" # or `Debug` for testing |