summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e089b96057..7b629dd32a62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-mono-bin
pkgdesc = Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
- pkgver = 3.0.3
+ pkgver = 3.0.5
pkgrel = 3
url = https://www.godotengine.org
arch = i686
@@ -15,10 +15,10 @@ pkgbase = godot-mono-bin
source = icons.tar.gz
md5sums = c8ba9f7656b2c2db9a3ec385b3848bf5
md5sums = 281c83d55c6a4d39fb9710e6f143bc5a
- source_i686 = godot-mono-bin-3.0.3-i686.zip::https://downloads.tuxfamily.org/godotengine/3.0.3/mono/Godot_v3.0.3-stable_mono_x11_32.zip
- md5sums_i686 = 77a0bc1b0708a0843c94e95f9b387176
- source_x86_64 = godot-mono-bin-3.0.3-x86_64.zip::https://downloads.tuxfamily.org/godotengine/3.0.3/mono/Godot_v3.0.3-stable_mono_x11_64.zip
- md5sums_x86_64 = f81c27e6414bf9f3306ddb859aa4f7b3
+ source_i686 = godot-mono-bin-3.0.5-i686.zip::https://downloads.tuxfamily.org/godotengine/3.0.5/mono/Godot_v3.0.5-stable_mono_x11_32.zip
+ md5sums_i686 = c98ab8b9add8206b374a4276ec4278a4
+ source_x86_64 = godot-mono-bin-3.0.5-x86_64.zip::https://downloads.tuxfamily.org/godotengine/3.0.5/mono/Godot_v3.0.5-stable_mono_x11_64.zip
+ md5sums_x86_64 = 4d28d764688913d771ec596504c58da8
pkgname = godot-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f51a7acaf92..e9d5e4a73383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
-pkgver=3.0.3
+pkgver=3.0.5
pkgrel=3
pkgdesc="Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel."
arch=("i686" "x86_64")
@@ -12,10 +12,6 @@ depends=("mono>=5.12.0" "dotnet-sdk" "msbuild-stable")
source=("godot-mono.desktop" "icons.tar.gz")
source_i686=("$pkgname-$pkgver-i686.zip::https://downloads.tuxfamily.org/godotengine/"$pkgver"/mono/Godot_v"$pkgver"-stable_mono_x11_32.zip")
source_x86_64=("$pkgname-$pkgver-x86_64.zip::https://downloads.tuxfamily.org/godotengine/"$pkgver"/mono/Godot_v"$pkgver"-stable_mono_x11_64.zip")
-md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
- '281c83d55c6a4d39fb9710e6f143bc5a')
-md5sums_i686=('77a0bc1b0708a0843c94e95f9b387176')
-md5sums_x86_64=('f81c27e6414bf9f3306ddb859aa4f7b3')
package() {
mkdir -p "$pkgdir/opt/$pkgname"
@@ -46,3 +42,7 @@ package() {
;;
esac
}
+md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
+ '281c83d55c6a4d39fb9710e6f143bc5a')
+md5sums_i686=('c98ab8b9add8206b374a4276ec4278a4')
+md5sums_x86_64=('4d28d764688913d771ec596504c58da8')