Update schismtracker to 20230906.

master
fcambus 2023-09-11 08:25:46 +00:00
parent 13527e8341
commit 9478ca535a
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ COMMENT = open-source reimplementation of Impulse Tracker
GH_ACCOUNT = schismtracker
GH_PROJECT = schismtracker
GH_TAGNAME = 20221201
GH_TAGNAME = 20230906
CATEGORIES = audio x11

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20221201.tar.gz) = 7erJV0NQXoybrzIFK1NuYQ1nhmmF5A/dudni+hC9C+c=
SIZE (schismtracker-20221201.tar.gz) = 1276464
SHA256 (schismtracker-20230906.tar.gz) = ioBFf4GZv5Eu7HIfh8j0Ejed+1pTtYYMVqJZjPwnTj0=
SIZE (schismtracker-20230906.tar.gz) = 1037513

View File

@ -10,7 +10,7 @@ Index: configure.ac
dnl PACKAGE_VERSION will be either "" if not using git, or date of the last git commit in the form YYYYMMDD
-m4_define([last_git_commit], patsubst(m4_esyscmd([git log -n 1 --date=short --format=format:%cd]), [[^0-9]]))
-AC_INIT([schismtracker],[last_git_commit])
+AC_INIT([schismtracker],[20221201])
+AC_INIT([schismtracker],[20230906])
AC_CONFIG_SRCDIR([schism/main.c])