summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hofer2021-06-13 14:19:21 -0400
committerJeremy Hofer2021-06-13 14:19:21 -0400
commitaf1d4a08831ecfa5d5ce7b1caa4e1ad58e0d5ba1 (patch)
tree07b827608b51153a0b7ad131806044cfcee1bd6b
parent91a6158a553dc511a7f24874465ae9ff56a849d0 (diff)
downloadaur-af1d4a08831ecfa5d5ce7b1caa4e1ad58e0d5ba1.tar.gz
upgrade to v3.3.2. switch to sha256sums
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e32584979f28..c6e52a306f77 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.3
+ pkgver = 3.3.2
pkgrel = 1
url = http://www.godotengine.org
arch = x86_64
@@ -8,10 +8,9 @@ pkgbase = godot-headless-export-templates-bin
provides = godot
conflicts = godot
conflicts = godot-git
- 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
+ source = https://downloads.tuxfamily.org/godotengine/3.3.2/Godot_v3.3.2-stable_linux_headless.64.zip
+ source = https://downloads.tuxfamily.org/godotengine/3.3.2/Godot_v3.3.2-stable_export_templates.tpz
+ sha256sums = b37964acbeed77c2e42e4e2c68a47c7e9f700db47dc7ec3f71328994c4388f44
+ sha256sums = 3c9bc0e869639c097a82bee881cb9022a30af4e29928dc1b78420bec8b22b612
pkgname = godot-headless-export-templates-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index f4a6e74bdf53..1514d9c4a065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeremy Hofer <fuego0607@gmail.com>
pkgname=godot-headless-export-templates-bin
-pkgver=3.3
+pkgver=3.3.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=('46b908a8cf1fb325b6f106979ef28b52'
- '420d4928f798df2d2bcea95e0b5452d0')
+sha256sums=('b37964acbeed77c2e42e4e2c68a47c7e9f700db47dc7ec3f71328994c4388f44'
+ '3c9bc0e869639c097a82bee881cb9022a30af4e29928dc1b78420bec8b22b612')
package() {
install -D -m755 "${srcdir}/Godot_v${pkgver}-stable_linux_headless.64" "${pkgdir}/usr/bin/godot"