summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti2023-11-11 12:37:37 +0200
committerAntti2023-11-11 12:37:37 +0200
commit5b69998d589ef6b7264a0fb346a9d94d06633699 (patch)
tree8880e9ac50d2bf8d3dd577b2fd1fc04e7fcee453
parenta3e06a3359b5578b320ef93be67db9882343eb94 (diff)
downloadaur-5b69998d589ef6b7264a0fb346a9d94d06633699.tar.gz
v0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebd619f8d34d..530c08e71073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://modrinth.com/app
arch = x86_64
@@ -25,9 +25,9 @@ pkgbase = modrinth-app
conflicts = modrinth-app-bin
conflicts = modrinth-app-git
options = !lto
- source = modrinth-app-0.6.0.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v0.6.0.tar.gz
+ source = modrinth-app-0.6.1.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v0.6.1.tar.gz
source = modrinth-app.desktop
- sha256sums = af7ef75faf8b7cc3be12152793a1344bbcfe6bde495e14bc83a0954700f6386a
+ sha256sums = 1060473bdf1a5e627ce281867e8bc7e471bca3e8185559945aeb5ca9d4bdebe1
sha256sums = ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62
pkgname = modrinth-app
diff --git a/PKGBUILD b/PKGBUILD
index 267353ea4e11..cb1500a54e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antti <antti@antti.codes>
pkgname=modrinth-app
-pkgver=0.6.0
+pkgver=0.6.1
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'
@@ -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=('af7ef75faf8b7cc3be12152793a1344bbcfe6bde495e14bc83a0954700f6386a'
+sha256sums=('1060473bdf1a5e627ce281867e8bc7e471bca3e8185559945aeb5ca9d4bdebe1'
'ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62')
options=('!lto')