summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskbeh2022-06-02 17:47:44 +0800
committerskbeh2022-06-02 17:47:44 +0800
commit0350e066311832441a0813c2d698ec3c583a0f2f (patch)
tree10117ee011ef7bcbd366500f36884f33205b2a08
parent4e4504803b321eb11a6e9210c17a56be73cade02 (diff)
downloadaur-0350e066311832441a0813c2d698ec3c583a0f2f.tar.gz
Add microstft auth id and curseforge api key
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 706d438fe6a4..f38fbbaf8df7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = hmcl-new
- pkgdesc = An unofficial build of HMCL that trying to compile and run with the latest version of java.
+ pkgdesc = An unofficial build of HMCL that trying to compile and run HMCL with the latest LTS version of java.
pkgver = 3.5.3.220
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/skbeh/HMCL-build
arch = any
license = GPL3
depends = java-openjfx>=17
provides = hmcl
conflicts = hmcl
- noextract = hmcl-new-3.5.3.220-2.jar
+ noextract = hmcl-new-3.5.3.220-3.jar
source = hmcl.desktop
source = hmcl-launch-script
source = craft_table.png
source = LICENSE::https://raw.githubusercontent.com/huanghongxun/HMCL/javafx/LICENSE
- source = hmcl-new-3.5.3.220-2.jar::https://github.com/skbeh/HMCL-build/releases/download/v3.5.3.220/HMCL-3.5.3.220.jar
+ source = hmcl-new-3.5.3.220-3.jar::https://github.com/skbeh/HMCL-build/releases/download/v3.5.3.220/HMCL-3.5.3.220.jar
sha256sums = b4e8aa0f349bb3f5dd15a31c5a13ac3e10e5a5bcd2f97cf390041924275e43ef
sha256sums = 534e391a637394e47cdeb0d9dfe24cd6fd1dedb863c085951403ec24f1470d06
sha256sums = 2989a1b5301b8c7b9afdae5696c6a4e5246afa2d4f1f3d3dad5c192f036a9b4c
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
- sha256sums = efff66ef3516f857036bd126ea87f793d71ab167a133226a66167317b9f8e6de
+ sha256sums = 1b021aad23dc81cc2e9380ed37b44e6c0f9d853de72ef0cfb395f957250adf11
pkgname = hmcl-new
diff --git a/PKGBUILD b/PKGBUILD
index c632eb0c4091..c97e808bdd62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgname=hmcl-new
_ver=3.5.3
_build=220
pkgver=$_ver.$_build
-pkgrel=2
-pkgdesc='An unofficial build of HMCL that trying to compile and run with the latest version of java.'
+pkgrel=3
+pkgdesc='An unofficial build of HMCL that trying to compile and run HMCL with the latest LTS version of java.'
arch=('any')
url='https://github.com/skbeh/HMCL-build'
license=('GPL3')
@@ -23,7 +23,7 @@ sha256sums=('b4e8aa0f349bb3f5dd15a31c5a13ac3e10e5a5bcd2f97cf390041924275e43ef'
'534e391a637394e47cdeb0d9dfe24cd6fd1dedb863c085951403ec24f1470d06'
'2989a1b5301b8c7b9afdae5696c6a4e5246afa2d4f1f3d3dad5c192f036a9b4c'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
- 'efff66ef3516f857036bd126ea87f793d71ab167a133226a66167317b9f8e6de')
+ '1b021aad23dc81cc2e9380ed37b44e6c0f9d853de72ef0cfb395f957250adf11')
noextract=("$pkgname-$pkgver-$pkgrel.jar")
package() {