makedeb
Minecraft launcher with ability to manage multiple instances.
Click here to go back to the commit logs for polymc.
Hash: 82a09cee6d195989c7a07368ff64493049d68020
Message: 1.1.1
diff --git a/.SRCINFO b/.SRCINFO
index 35d7233..b942822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
pkgbase = polymc
pkgdesc = Minecraft launcher with ability to manage multiple instances.
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/PolyMC/PolyMC
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = polymc
optdepends = java-runtime=17: support for Minecraft versions >= 1.17
provides = polymc
conflicts = polymc
- source = git+https://github.com/PolyMC/PolyMC#tag=1.1.0
+ source = git+https://github.com/PolyMC/PolyMC#tag=1.1.1
source = git+https://github.com/MultiMC/libnbtplusplus
source = git+https://github.com/stachenov/quazip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8bdb3e2..18c6bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: dada513 <dada513@protonmail.com>
pkgname=polymc
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
url="https://github.com/PolyMC/PolyMC"