Update schismtracker to 20221020.

This commit is contained in:
fcambus 2022-10-29 19:15:54 +00:00
parent cac53f556a
commit 9637b9d4ea
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_ACCOUNT = schismtracker
GH_PROJECT = schismtracker GH_PROJECT = schismtracker
GH_TAGNAME = 20220905 GH_TAGNAME = 20221020
CATEGORIES = audio x11 CATEGORIES = audio x11

View File

@ -1,2 +1,2 @@
SHA256 (schismtracker-20220905.tar.gz) = Hc8juBUFXpVSoKSX9+kVPiQxJgTY9iqJ6//rz9ItG1w= SHA256 (schismtracker-20221020.tar.gz) = WNcrOwgw1k/x0PrSxT+dUaPjKyqjTrHc+g8V2tDsh3A=
SIZE (schismtracker-20220905.tar.gz) = 1278816 SIZE (schismtracker-20221020.tar.gz) = 1276386

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