Update schismtracker to 20221020.
This commit is contained in:
parent
cac53f556a
commit
9637b9d4ea
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user