summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2023-07-15 05:39:54 -0400
committerShayne Hartford2023-07-15 05:39:54 -0400
commita06169dc34d8bc4f38ce90f44c64d5eca618b224 (patch)
tree59c7bbed5b3d4ab0afb472e9947be5c91bb1c8ab
parent2402c1e9fcc125ba89f92f4c90973eb7cb6ee2d2 (diff)
downloadaur-a06169dc34d8bc4f38ce90f44c64d5eca618b224.tar.gz
2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ddee31a5347..a651c3069238 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.0.0
+ pkgver = 2.1.1
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.0.0/Linux-x86_64.zip
- sha512sums = 1d49be96232cb3afeaa5643e90f5e3f773a10c63c5597269489c9c7bb452a8bc013d5253fdb3939a2a773ea76ff05de29dd90bef24a0c64667c335f9a8449888
+ source = https://github.com/ShayBox/launcher-curseforge/releases/download/2.1.1/Linux-x86_64.zip
+ sha512sums = 6ea1fea633ab6c56bb1ae880de5f88baeb4e9d130e0643f79c5c3d6ba9d407bdf327e21f6a0f8065112f983964c8f43bf202dc694c7945b8c9e10c1d0cbfec7a
pkgname = launcher-curseforge-bin
diff --git a/PKGBUILD b/PKGBUILD
index f495dbf29e0c..d41ba031e33b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=launcher-curseforge
pkgname="${_pkgname}-bin"
-pkgver=2.0.0
+pkgver=2.1.1
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=("1d49be96232cb3afeaa5643e90f5e3f773a10c63c5597269489c9c7bb452a8bc013d5253fdb3939a2a773ea76ff05de29dd90bef24a0c64667c335f9a8449888")
+sha512sums=("6ea1fea633ab6c56bb1ae880de5f88baeb4e9d130e0643f79c5c3d6ba9d407bdf327e21f6a0f8065112f983964c8f43bf202dc694c7945b8c9e10c1d0cbfec7a")
optdepends=("multimc" "polymc" "prismlauncher")
prepare() {