summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29814638bfe9..34f576d46dc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = starfield-mod-loader-bin
pkgdesc = A simple mod manager for Starfield that supports both Steam and Game Pass versions of the game.
- pkgver = 0.5.2
- pkgrel = 2
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/lVlyke/starfield-mod-loader
arch = x86_64
license = GPL3
depends = nodejs
depends = p7zip
- source = https://github.com/lVlyke/starfield-mod-loader/releases/download/v0.5.2/starfield-mod-loader-linux-x64_0.5.2.7z
+ source = https://github.com/lVlyke/starfield-mod-loader/releases/download/v0.6.0/starfield-mod-loader-linux-x64_0.6.0.7z
source = starfield-mod-loader.sh
- sha256sums = 0d70bba8f1534741c4c41c86c9954a6c9b241b2e52777ef73ea98b7c27408e48
+ sha256sums = 97b421e09678b12123e1471c2f5468100180eb2f78bada7cfcec8e5d934b8045
sha256sums = b7c938153b5fa38f3c382b72920ab0092327b1e3106df9b7224d7f55e9886e90
pkgname = starfield-mod-loader-bin
diff --git a/PKGBUILD b/PKGBUILD
index af6c50514e78..ef64e338e0ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor:
pkgname=starfield-mod-loader-bin
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc="A simple mod manager for Starfield that supports both Steam and Game Pass versions of the game."
arch=('x86_64')
url="https://github.com/lVlyke/starfield-mod-loader"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('nodejs' 'p7zip')
source=("https://github.com/lVlyke/starfield-mod-loader/releases/download/v${pkgver}/starfield-mod-loader-linux-x64_${pkgver}.7z"
'starfield-mod-loader.sh')
-sha256sums=('0d70bba8f1534741c4c41c86c9954a6c9b241b2e52777ef73ea98b7c27408e48'
+sha256sums=('97b421e09678b12123e1471c2f5468100180eb2f78bada7cfcec8e5d934b8045'
'b7c938153b5fa38f3c382b72920ab0092327b1e3106df9b7224d7f55e9886e90')
package(){