summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2021-10-31 11:35:28 -0700
committerEric Anderson2021-10-31 11:35:28 -0700
commit23f3f3dd1c1da650317fedd89e1ff7ffbad808e5 (patch)
tree581ea8349fa2c56647845c2075cbd3e472126655
parentdc812f136751fedc8c5dedf7b924433f6ff0c2de (diff)
downloadaur-mcrcon.tar.gz
Bump to 0.7.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c72e614b15f..d0d06f480b16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = mcrcon
pkgdesc = Console based remote console (rcon) client for Minecraft servers
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/Tiiffi/mcrcon
arch = i686
arch = x86_64
license = ZLIB
depends = glibc
- source = https://github.com/Tiiffi/mcrcon/archive/v0.7.1.tar.gz
- sha256sums = 69597079fa35bb246087671a77c825e015d51d16f7b8d0064915b84d78dd3c8f
+ source = mcrcon-0.7.2.tar.gz::https://github.com/Tiiffi/mcrcon/archive/v0.7.2.tar.gz
+ sha256sums = 1743b25a2d031b774e805f4011cb7d92010cb866e3b892f5dfc5b42080973270
pkgname = mcrcon
-
diff --git a/PKGBUILD b/PKGBUILD
index 78a1b2581bb4..eb00f9f9fcc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=mcrcon
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Console based remote console (rcon) client for Minecraft servers"
arch=('i686' 'x86_64')
url="https://github.com/Tiiffi/mcrcon"
license=('ZLIB')
depends=('glibc')
-source=("https://github.com/Tiiffi/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('69597079fa35bb246087671a77c825e015d51d16f7b8d0064915b84d78dd3c8f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Tiiffi/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('1743b25a2d031b774e805f4011cb7d92010cb866e3b892f5dfc5b42080973270')
build() {
cd "$pkgname-$pkgver"