summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff741812b55..4626add1aeca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mcserv
pkgdesc = CLI utility to manage MC server installations.
- pkgver = 0.0.6
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/DRSchlaubi/mcserv
arch = x86_64
license = GPL3
options = !strip
- source = https://github.com/DRSchlaubi/mcserv/releases/download/v0.0.6/mcserv-0.0.6-linux.tar.gz
- sha256sums = 4c2f574decd8457e20ae9c990575de2a8091f00c88e3732bc2175b55594a399c
+ source = https://github.com/DRSchlaubi/mcserv/releases/download/v0.1.3/mcserv-0.1.3-linux.tar.gz
+ sha256sums = 78695bec7000d37334437b27a943c55c4daff34142d124a2ec391534fc329475
pkgname = mcserv
diff --git a/PKGBUILD b/PKGBUILD
index 6b1052981326..75382d2b0210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marie Ramlow <me@nycode.dev>
pkgname=mcserv
-pkgver=0.0.6
+pkgver=0.1.3
pkgrel=1
pkgdesc="CLI utility to manage MC server installations."
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/DRSchlaubi/mcserv"
license=('GPL3')
options=(!strip)
source=("https://github.com/DRSchlaubi/mcserv/releases/download/v$pkgver/$pkgname-$pkgver-linux.tar.gz")
-sha256sums=("4c2f574decd8457e20ae9c990575de2a8091f00c88e3732bc2175b55594a399c")
+sha256sums=("78695bec7000d37334437b27a943c55c4daff34142d124a2ec391534fc329475")
package() {
cd "$srcdir"