summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hofer2020-09-27 13:45:01 -0400
committerJeremy Hofer2020-09-27 13:45:01 -0400
commit92b78eb5bb65f0c4932f360f802902a1209824bd (patch)
tree9c9d91f2e73b56d448660561cc257fc77a693c53
parent788dc4c4d10bf755dad212d36d7d9af44ac63225 (diff)
downloadaur-92b78eb5bb65f0c4932f360f802902a1209824bd.tar.gz
Update to 3.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4ac9d615e58..005f5080cbd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-headless-export-templates-bin
pkgdesc = A headless version of the latest official release of the Godot engine and all export templates.
- pkgver = 3.2.2
+ pkgver = 3.2.3
pkgrel = 1
url = http://www.godotengine.org
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = godot-headless-export-templates-bin
provides = godot
conflicts = godot
conflicts = godot-git
- source = https://downloads.tuxfamily.org/godotengine/3.2.2/Godot_v3.2.2-stable_linux_headless.64.zip
- source = https://downloads.tuxfamily.org/godotengine/3.2.2/Godot_v3.2.2-stable_export_templates.tpz
- md5sums = 24117afe9416942663280b2e9bf67462
- md5sums = e4dae26930a8f929f2d3988dd3f74791
+ source = https://downloads.tuxfamily.org/godotengine/3.2.3/Godot_v3.2.3-stable_linux_headless.64.zip
+ source = https://downloads.tuxfamily.org/godotengine/3.2.3/Godot_v3.2.3-stable_export_templates.tpz
+ md5sums = 0370448cf58e9d22b11e0b203ccc8520
+ md5sums = 672474a6feb20b09de9d04b208cf8f01
pkgname = godot-headless-export-templates-bin
diff --git a/PKGBUILD b/PKGBUILD
index db0f7da25523..8d52a1d84f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeremy Hofer <fuego0607@gmail.com>
pkgname=godot-headless-export-templates-bin
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="A headless version of the latest official release of the Godot engine and all export templates."
arch=("x86_64")
@@ -12,8 +12,8 @@ source=(
"https://downloads.tuxfamily.org/godotengine/${pkgver}/Godot_v${pkgver}-stable_linux_headless.64.zip"
"https://downloads.tuxfamily.org/godotengine/${pkgver}/Godot_v${pkgver}-stable_export_templates.tpz"
)
-md5sums=('24117afe9416942663280b2e9bf67462'
- 'e4dae26930a8f929f2d3988dd3f74791')
+md5sums=('0370448cf58e9d22b11e0b203ccc8520'
+ '672474a6feb20b09de9d04b208cf8f01')
package() {
install -D -m755 "${srcdir}/Godot_v${pkgver}-stable_linux_headless.64" "${pkgdir}/usr/bin/godot"