summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737499098dad..594789dad239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 28 02:32:52 UTC 2016
+# Sat Jul 23 02:53:27 UTC 2016
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 2.0.3
+ pkgver = 2.0.4.1
pkgrel = 3
url = http://www.godotengine.org
arch = i686
@@ -17,12 +17,12 @@ pkgbase = godot
depends = alsa-lib
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/2.0.3-stable.tar.gz
+ source = https://github.com/godotengine/godot/archive/2.0.4.1-stable.tar.gz
source = godot.desktop
source = icon.png
- md5sums = 7206db8cfb320f379b1e1bcd41eadb31
- md5sums = dca7c5c5682bdc8cc83386034e0d7d07
- md5sums = f756e85756a9cbc06a328414abf74585
+ sha256sums = a634f8d1d02baa394dea8e86b4791744a707f891058db57807c2704b64f6d1d8
+ sha256sums = d2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822
+ sha256sums = b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785
pkgname = godot
diff --git a/PKGBUILD b/PKGBUILD
index 0907e80b7929..6ebdfa12fb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=2.0.3
+pkgver=2.0.4.1
pkgrel=3
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
@@ -24,9 +24,9 @@ source=(
godot.desktop
icon.png
)
-md5sums=('7206db8cfb320f379b1e1bcd41eadb31'
- 'dca7c5c5682bdc8cc83386034e0d7d07'
- 'f756e85756a9cbc06a328414abf74585')
+sha256sums=('a634f8d1d02baa394dea8e86b4791744a707f891058db57807c2704b64f6d1d8'
+ 'd2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822'
+ 'b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable