summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Brill2023-09-17 23:50:07 +0200
committerChristoph Brill2023-09-17 23:50:07 +0200
commit381765cfe14cf80abe70eccda2572edc12738f05 (patch)
treec484b6ff33764688229e2280220b79a724f9f408
parente659d8a48e3bcd150fdb7c098069e578829a31c8 (diff)
downloadaur-381765cfe14cf80abe70eccda2572edc12738f05.tar.gz
Bump to 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df24b9bc09ab..85dd2bb424c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = godot-fbx2gltf-bin
pkgdesc = A command-line tool for the conversion of the FBX file format to the glTF file format
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://github.com/godotengine/FBX2glTF/
arch = x86_64
license = BSD
provides = fbx2gltf-bin
conflicts = fbx2gltf-bin
- source = https://github.com/godotengine/FBX2glTF/releases/download/v0.13.0-p1/FBX2glTF-linux-x86_64.zip
- sha256sums = 68f7f609125e60197faf2edfdeee7bb0f0087f01e2b260e9b6f942377a6c8931
+ source = https://github.com/godotengine/FBX2glTF/releases/download/v0.13.1/FBX2glTF-linux-x86_64.zip
+ sha256sums = 52243ec1bf25c4501bdd4977057b6782702fe3ae1b79e2ac13039d2207870bec
pkgname = godot-fbx2gltf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f906aa7a9c8..1b2ab324695c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Michael Migliore <mcmigliore+aur@gmail.com>
pkgname=godot-fbx2gltf-bin
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc='A command-line tool for the conversion of the FBX file format to the glTF file format'
arch=('x86_64')
url="https://github.com/godotengine/FBX2glTF/"
license=('BSD')
-source=("https://github.com/godotengine/FBX2glTF/releases/download/v${pkgver}-p1/FBX2glTF-linux-x86_64.zip")
-sha256sums=('68f7f609125e60197faf2edfdeee7bb0f0087f01e2b260e9b6f942377a6c8931')
+source=("https://github.com/godotengine/FBX2glTF/releases/download/v${pkgver}/FBX2glTF-linux-x86_64.zip")
+sha256sums=('52243ec1bf25c4501bdd4977057b6782702fe3ae1b79e2ac13039d2207870bec')
provides=('fbx2gltf-bin')
conflicts=('fbx2gltf-bin')