Update schismtracker to 20221201.

This commit is contained in:
fcambus 2022-12-05 22:06:55 +00:00
parent 9d00056bfc
commit 27c2b97dd2
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 = 20221020
GH_TAGNAME = 20221201
CATEGORIES = audio x11

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20221020.tar.gz) = WNcrOwgw1k/x0PrSxT+dUaPjKyqjTrHc+g8V2tDsh3A=
SIZE (schismtracker-20221020.tar.gz) = 1276386
SHA256 (schismtracker-20221201.tar.gz) = 7erJV0NQXoybrzIFK1NuYQ1nhmmF5A/dudni+hC9C+c=
SIZE (schismtracker-20221201.tar.gz) = 1276464

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],[20221020])
+AC_INIT([schismtracker],[20221201])
AC_CONFIG_SRCDIR([schism/main.c])