summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLJ2024-01-15 02:21:30 +0200
committerLJ2024-01-15 02:21:30 +0200
commitda1b4fee83301af4745442929b63cebdf09a7b63 (patch)
tree75d7fe19dae6ae280e23a8bcf887710dcb505501
parent0730363cc4cb6e22141233ee7918471bdb602d92 (diff)
downloadaur-da1b4fee83301af4745442929b63cebdf09a7b63.tar.gz
0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8786688408c..94f1f95cccab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = resolute-bin
pkgdesc = Mod Manager GUI for Resonite
- pkgver = 0.6.1
+ pkgver = 0.7.1
pkgrel = 2
url = https://github.com/Gawdl3y/Resolute
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = resolute-bin
depends = gtk3
depends = webkit2gtk
depends = noto-fonts-emoji
- source = https://github.com/Gawdl3y/Resolute/releases/download/v0.6.1/resolute_0.6.1_amd64.deb
- sha256sums = daba4c64aa989e8fd639b22862b72a76346bedb41d9b4aaf7ae13d671d877ace
+ source = https://github.com/Gawdl3y/Resolute/releases/download/v0.7.1/resolute_0.7.1_amd64.deb
+ sha256sums = f3a600c649d85452af2af8b0feadd4bb860a8e06ad6ce84a70fcbbe83a0856fe
pkgname = resolute-bin
diff --git a/PKGBUILD b/PKGBUILD
index 65531e728d1e..230ce6c550ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ljoonal <aur at ljoonal.xyz>
pkgname="resolute-bin"
-pkgver="0.6.1"
+pkgver="0.7.1"
pkgrel=2
pkgdesc="Mod Manager GUI for Resonite"
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"https://github.com/Gawdl3y/Resolute/releases/download/v$pkgver/resolute_${pkgver}_amd64.deb"
)
sha256sums=(
- "daba4c64aa989e8fd639b22862b72a76346bedb41d9b4aaf7ae13d671d877ace"
+ "f3a600c649d85452af2af8b0feadd4bb860a8e06ad6ce84a70fcbbe83a0856fe"
)
package() {