summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBorislav Kosharov2021-10-04 12:06:33 +0300
committerBorislav Kosharov2021-10-04 12:06:33 +0300
commit622931c754d0419f90cd64b8fb11b0a55664311c (patch)
treecbfeb34dddb6788061fa2c6b9c3abf5acacdcde6
parent8616d56c24913e598bb627f6cf1e033707101d78 (diff)
downloadaur-godot-headless.tar.gz
update to godot 3.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e8785b9d3a6..6d42bdc6277a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-headless
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 3.3.3
+ pkgver = 3.3.4
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -15,7 +15,7 @@ pkgbase = godot-headless
conflicts = godot
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/3.3.3-stable.tar.gz
- sha256sums = 3f11176764b52df1b48cc33c768b9d7d6bb26c1d85a43e2bc70cd7507de33c94
+ source = https://github.com/godotengine/godot/archive/3.3.4-stable.tar.gz
+ sha256sums = 4e3a4baa60b196db1d0109cfd6c32f0f1126d0ead466ae8bd1f16557ea6b9bf0
pkgname = godot-headless
diff --git a/PKGBUILD b/PKGBUILD
index 129c274af704..5ad27c73e34f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot-headless
-pkgver=3.3.3
+pkgver=3.3.4
pkgrel=1
pkgdesc='An advanced, feature packed, multi-platform 2D and 3D game engine'
url='http://www.godotengine.org'
@@ -23,7 +23,7 @@ fi
source=(
"https://github.com/godotengine/godot/archive/${pkgver}-stable.tar.gz"
)
-sha256sums=('3f11176764b52df1b48cc33c768b9d7d6bb26c1d85a43e2bc70cd7507de33c94')
+sha256sums=('4e3a4baa60b196db1d0109cfd6c32f0f1126d0ead466ae8bd1f16557ea6b9bf0')
build() {
cd "${srcdir}"/godot-${pkgver}-stable