summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hofer2021-04-24 16:00:51 -0400
committerJeremy Hofer2021-04-24 16:00:51 -0400
commit91a6158a553dc511a7f24874465ae9ff56a849d0 (patch)
tree7b85f9dd9582d3a0e948ce099e899be940b7315d
parent92b78eb5bb65f0c4932f360f802902a1209824bd (diff)
downloadaur-91a6158a553dc511a7f24874465ae9ff56a849d0.tar.gz
Update to v3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005f5080cbd2..e32584979f28 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.3
+ pkgver = 3.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.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
+ source = https://downloads.tuxfamily.org/godotengine/3.3/Godot_v3.3-stable_linux_headless.64.zip
+ source = https://downloads.tuxfamily.org/godotengine/3.3/Godot_v3.3-stable_export_templates.tpz
+ md5sums = 46b908a8cf1fb325b6f106979ef28b52
+ md5sums = 420d4928f798df2d2bcea95e0b5452d0
pkgname = godot-headless-export-templates-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d52a1d84f8c..f4a6e74bdf53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeremy Hofer <fuego0607@gmail.com>
pkgname=godot-headless-export-templates-bin
-pkgver=3.2.3
+pkgver=3.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=('0370448cf58e9d22b11e0b203ccc8520'
- '672474a6feb20b09de9d04b208cf8f01')
+md5sums=('46b908a8cf1fb325b6f106979ef28b52'
+ '420d4928f798df2d2bcea95e0b5452d0')
package() {
install -D -m755 "${srcdir}/Godot_v${pkgver}-stable_linux_headless.64" "${pkgdir}/usr/bin/godot"