summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb354f37b2d7..7d49f19998b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 9 20:11:31 UTC 2018
+# Sun Aug 5 21:56:40 UTC 2018
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 3.0.5
+ pkgver = 3.0.6
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -20,8 +20,8 @@ pkgbase = godot
depends = libglvnd
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/3.0.5-stable.tar.gz
- sha256sums = 123723ebb6f59b2da00451963177309d0bc8c5cb4168e14f44dcbd00d4f12296
+ source = https://github.com/godotengine/godot/archive/3.0.6-stable.tar.gz
+ sha256sums = 50431e021ee5ec21002cc23435f530f8fde518c6eb7085c9f7f1027abaae2581
pkgname = godot
diff --git a/PKGBUILD b/PKGBUILD
index 43098495a4c2..522ee7bd65fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=3.0.5
+pkgver=3.0.6
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
@@ -22,7 +22,7 @@ fi
source=(
"https://github.com/godotengine/godot/archive/${pkgver}-stable.tar.gz"
)
-sha256sums=('123723ebb6f59b2da00451963177309d0bc8c5cb4168e14f44dcbd00d4f12296')
+sha256sums=('50431e021ee5ec21002cc23435f530f8fde518c6eb7085c9f7f1027abaae2581')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable