From 02b107fbd0e015cb96b89b565ab9425a6871b8bf Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 15 Apr 2021 23:40:18 +0100 Subject: [PATCH] Kotlinx library should named as system module. --- README.md | 12 ++++++------ snake-dist/buildNumber.properties | 4 ++-- snake-dist/pom.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 570f9c4..d2e69ff 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ The self extracting installer is the easiest to use. You will be asked for a loc ``` wget -O snake-installer-amd64.sh \ - https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-installer-amd64.sh && \ + https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-amd64.sh && \ sh snake-installer-amd64.sh ``` #### From Your Desktop - * Download [snake-amd64-installer.sh](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-installer-amd64.sh). + * Download [snake-amd64-installer.sh](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-amd64.sh). * Add Execute permission to the downloaded *snake-installer.sh* in your file manager. * Use the Open action in your file manager to start the installer. @@ -77,7 +77,7 @@ Another option is to download the archived version of the app, extract it to whe ``` wget -O snake-amd64.tar.gz \ - https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-amd64.tar.gz + https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-amd64.tar.gz tar xzf snake-amd64-tar.gz cd snake bin/snake & @@ -85,15 +85,15 @@ bin/snake & #### From Your Desktop - * Download [snake-amd64.tar.gz](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-amd64.tar.gz) + * Download [snake-amd64.tar.gz](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-amd64.tar.gz) * Use the Open action in your file manager to locate and start `bin/snake` in the extracted folder. ### No-Runtime Packages The above packages all include a stripped down amd64 Java runtime so you do not need to install your own. If you have another architecture such as X86 or Arm, or just want a smaller download, you can use your own runtime. It just needs to be at least [Java 15](https://adoptopenjdk.net/). - * [Installer](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-installer-noruntime.sh) - * [Tar Archive](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-noruntime.tar.gz) + * [Installer](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-noruntime.sh) + * [Tar Archive](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-noruntime.tar.gz) All these packages include the `bin/snake` launcher script. You may need to edit this if you want to use a runtime other than the system default. diff --git a/snake-dist/buildNumber.properties b/snake-dist/buildNumber.properties index 5af1f4f..b031f44 100644 --- a/snake-dist/buildNumber.properties +++ b/snake-dist/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Thu Apr 15 23:24:07 BST 2021 -buildNumber=170 +#Thu Apr 15 23:37:39 BST 2021 +buildNumber=172 diff --git a/snake-dist/pom.xml b/snake-dist/pom.xml index 9f04dd4..682a5c3 100644 --- a/snake-dist/pom.xml +++ b/snake-dist/pom.xml @@ -126,7 +126,7 @@ jnr-a64asm jnr-x86asm annotations - kotlin-coroutines-core-jvm + kotlinx-coroutines-core-jvm kotlin-logging-jvm javassist @@ -225,7 +225,7 @@ jnr-a64asm jnr-x86asm annotations - kotlin-coroutines-core-jvm + kotlinx-coroutines-core-jvm kotlin-logging-jvm javassist