summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti2023-11-22 17:19:37 +0200
committerAntti2023-11-22 17:19:37 +0200
commitf36b7097955748dfe97fc583d248c2aeb42f38e3 (patch)
tree78eb0db48a365695a4129bb10b4e19a3c76449e3
parent446072b250f87c4407fcd71c9d828bea6e1452f3 (diff)
downloadaur-f36b7097955748dfe97fc583d248c2aeb42f38e3.tar.gz
v0.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d44e2985eaa8..586c7fff41eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modrinth-app
pkgdesc = An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.
- pkgver = 0.6.1
- pkgrel = 2
+ pkgver = 0.6.2
+ pkgrel = 1
url = https://modrinth.com/app
arch = x86_64
license = GPL3
@@ -25,9 +25,9 @@ pkgbase = modrinth-app
conflicts = modrinth-app-bin
conflicts = modrinth-app-git
options = !lto
- source = modrinth-app-0.6.1.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v0.6.1.tar.gz
+ source = modrinth-app-0.6.2.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v0.6.2.tar.gz
source = modrinth-app.desktop
- sha256sums = 82b52dc399dde7b01bbd0aead87141a9b80d21cda0654026ed1d2c34cf6e3fe7
+ sha256sums = cb0e637ce558e48a94ee6df12b2be1537d56c161b774f6818b9f324df4ec2c18
sha256sums = ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62
pkgname = modrinth-app
diff --git a/PKGBUILD b/PKGBUILD
index 2aadbe12daac..dc19829497e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Antti <antti@antti.codes>
pkgname=modrinth-app
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
pkgdesc='An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.'
url='https://modrinth.com/app'
arch=('x86_64')
@@ -22,7 +22,7 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v${pkgver}.tar.gz"
"modrinth-app.desktop"
)
-sha256sums=('82b52dc399dde7b01bbd0aead87141a9b80d21cda0654026ed1d2c34cf6e3fe7'
+sha256sums=('cb0e637ce558e48a94ee6df12b2be1537d56c161b774f6818b9f324df4ec2c18'
'ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62')
options=('!lto')