summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Javier Araya Navarro2020-09-20 16:02:01 -0600
committerJorge Javier Araya Navarro2020-09-20 16:02:35 -0600
commit4f8389ba028d0327cf3e1302408f67a34d9b3d42 (patch)
tree30efbc23fab65c0bcf6e328eb6daa7d3e0bf03cf
parentaaaaab0613e2a7868560c588973f0e7deaf1e7bb (diff)
downloadaur-4f8389ba028d0327cf3e1302408f67a34d9b3d42.tar.gz
chg: Update package version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e928a5fc6494..465848e5fd84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 3.2.2
- pkgrel = 2
+ pkgver = 3.2.3
+ pkgrel = 1
url = http://www.godotengine.org
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = godot
depends = libglvnd
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/3.2.2-stable.tar.gz
- sha256sums = 9a071aba23fc912976203d35212a94207b7cb667c0b5353b3525f9b7e6899017
+ source = https://github.com/godotengine/godot/archive/3.2.3-stable.tar.gz
+ sha256sums = 4c2a8e7da1ad05c6223b0ff6cf2be124dad6708b56a8ec9910dc2aaf82a553ae
pkgname = godot
diff --git a/PKGBUILD b/PKGBUILD
index e8d53a2ea2aa..fc42c26d7deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
license=('MIT')
@@ -22,7 +22,7 @@ fi
source=(
"https://github.com/godotengine/godot/archive/${pkgver}-stable.tar.gz"
)
-sha256sums=('9a071aba23fc912976203d35212a94207b7cb667c0b5353b3525f9b7e6899017')
+sha256sums=('4c2a8e7da1ad05c6223b0ff6cf2be124dad6708b56a8ec9910dc2aaf82a553ae')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable