summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggbertx2022-01-26 10:15:23 -0800
committerEggbertx2022-01-26 10:15:23 -0800
commit4d53f6b9ce142b018d5d9f407bc0320bc03385fd (patch)
tree10ae322311cac18f04dcecf6ee10149ee380b133
parent468076aff465e531ae5b1804cb8932aca12d2f42 (diff)
downloadaur-4d53f6b9ce142b018d5d9f407bc0320bc03385fd.tar.gz
update to v5.7.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e76e237e77ef..117136d7609a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neosphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 5.7.1
+ pkgver = 5.7.2
pkgrel = 1
url = https://github.com/fatcerberus/neosphere
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = neosphere
depends = libmng
depends = libChakraCore.so
replaces = minisphere
- source = https://github.com/fatcerberus/neosphere/archive/v5.7.1.tar.gz
- sha256sums = fdb63c03201508d3b9eef65d0fe0ed3a20b3bfbee2eb04ddc27c5e70f9b8f77a
+ source = https://github.com/fatcerberus/neosphere/archive/v5.7.2.tar.gz
+ sha256sums = fdce972db17d5bce2f1bc7201b38d5151389292ac8ab490897312c4a2dbc7300
pkgname = neosphere
diff --git a/PKGBUILD b/PKGBUILD
index d6f1f23f7755..4945c4fdcfc3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=neosphere
-pkgver=5.7.1
+pkgver=5.7.2
pkgrel=1
pkgdesc="A fast, lightweight implementation of the Sphere game engine"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('allegro' 'libmng' 'libChakraCore.so')
replaces=('minisphere')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('fdb63c03201508d3b9eef65d0fe0ed3a20b3bfbee2eb04ddc27c5e70f9b8f77a')
+sha256sums=('fdce972db17d5bce2f1bc7201b38d5151389292ac8ab490897312c4a2dbc7300')
build() {
cd neosphere-$pkgver