summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti2023-09-15 22:23:25 +0300
committerAntti2023-09-15 22:23:25 +0300
commit91e71ca94ea109cc2f35c2d66f00b38e319c3018 (patch)
treefa9216a79bd3bbadb6e2ef559e6f285e401bc75b
parent1e69ac4991680687ac0af258e54909a811aea6a0 (diff)
downloadaur-91e71ca94ea109cc2f35c2d66f00b38e319c3018.tar.gz
v0.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2897e69ab448..62c33355ef29 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.5.2
+ pkgver = 0.5.4
pkgrel = 1
url = https://modrinth.com/app
arch = x86_64
@@ -24,9 +24,9 @@ pkgbase = modrinth-app
optdepends = xorg-xrandr: for older minecraft versions
conflicts = modrinth-app-bin
conflicts = modrinth-app-git
- source = modrinth-app-0.5.2.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v0.5.2.tar.gz
+ source = modrinth-app-0.5.4.tar.gz::https://github.com/modrinth/theseus/archive/refs/tags/v0.5.4.tar.gz
source = modrinth-app.desktop
- sha256sums = 84599582067bc7755380abfceda3b18d9fbdf0f58439587a403e901a5e453fbb
+ sha256sums = c2e974f8f7bfc63edfee979395de5c2ff148be57df939121f88e159897f7689c
sha256sums = ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62
pkgname = modrinth-app
diff --git a/PKGBUILD b/PKGBUILD
index 14df8fe92248..d503d5ad38f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antti <antti@antti.codes>
pkgname=modrinth-app
-pkgver=0.5.2
+pkgver=0.5.4
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=('84599582067bc7755380abfceda3b18d9fbdf0f58439587a403e901a5e453fbb'
+sha256sums=('c2e974f8f7bfc63edfee979395de5c2ff148be57df939121f88e159897f7689c'
'ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62')
prepare() {