summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hofer2020-06-26 10:56:04 -0400
committerJeremy Hofer2020-06-26 10:56:04 -0400
commit788dc4c4d10bf755dad212d36d7d9af44ac63225 (patch)
treedd5f551080365433ac82344a18095e217c292b4c
parentbbd8e4c993228c55bc9a4e33ac85bbe612da8314 (diff)
downloadaur-788dc4c4d10bf755dad212d36d7d9af44ac63225.tar.gz
Update to v3.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ee94d6f3107..a4ac9d615e58 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.1
+ pkgver = 3.2.2
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.1/Godot_v3.2.1-stable_linux_headless.64.zip
- source = https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_export_templates.tpz
- md5sums = 945d500c09af9d9882c14c41f70db925
- md5sums = 89e830e91ad8f7245d62ed724f7625fa
+ 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
pkgname = godot-headless-export-templates-bin
diff --git a/PKGBUILD b/PKGBUILD
index 65a6361fe52b..db0f7da25523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeremy Hofer <fuego0607@gmail.com>
pkgname=godot-headless-export-templates-bin
-pkgver=3.2.1
+pkgver=3.2.2
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=('945d500c09af9d9882c14c41f70db925'
- '89e830e91ad8f7245d62ed724f7625fa')
+md5sums=('24117afe9416942663280b2e9bf67462'
+ 'e4dae26930a8f929f2d3988dd3f74791')
package() {
install -D -m755 "${srcdir}/Godot_v${pkgver}-stable_linux_headless.64" "${pkgdir}/usr/bin/godot"