summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a651c3069238..eb55b033260e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = launcher-curseforge-bin
pkgdesc = Integrates the Curseforge Modpack installation button to any MultiMC based launcher
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/ShayBox/launcher-curseforge
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = launcher-curseforge-bin
optdepends = multimc
optdepends = polymc
optdepends = prismlauncher
- source = https://github.com/ShayBox/launcher-curseforge/releases/download/2.1.1/Linux-x86_64.zip
- sha512sums = 6ea1fea633ab6c56bb1ae880de5f88baeb4e9d130e0643f79c5c3d6ba9d407bdf327e21f6a0f8065112f983964c8f43bf202dc694c7945b8c9e10c1d0cbfec7a
+ source = https://github.com/ShayBox/launcher-curseforge/releases/download/2.1.2/Linux-x86_64.zip
+ sha512sums = 41bfe6b46c21470fe82641bccde1d618620bd809188aa711d0a9112852caa0cbf7ba6ee4ccbde582fb1fa942e012746dce062d43efc3753d446103de1caa41d2
pkgname = launcher-curseforge-bin
diff --git a/PKGBUILD b/PKGBUILD
index d41ba031e33b..9455e676f92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=launcher-curseforge
pkgname="${_pkgname}-bin"
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="Integrates the Curseforge Modpack installation button to any MultiMC based launcher "
arch=("x86_64")
url="https://github.com/ShayBox/${_pkgname}"
license=("MIT")
source=("${url}/releases/download/${pkgver}/Linux-x86_64.zip")
-sha512sums=("6ea1fea633ab6c56bb1ae880de5f88baeb4e9d130e0643f79c5c3d6ba9d407bdf327e21f6a0f8065112f983964c8f43bf202dc694c7945b8c9e10c1d0cbfec7a")
+sha512sums=("41bfe6b46c21470fe82641bccde1d618620bd809188aa711d0a9112852caa0cbf7ba6ee4ccbde582fb1fa942e012746dce062d43efc3753d446103de1caa41d2")
optdepends=("multimc" "polymc" "prismlauncher")
prepare() {