Version 0.18.

This commit is contained in:
Vladimír Vondruš 2022-08-13 15:25:47 +02:00
parent 198c273d1a
commit 91470290a5
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = meshoptimizer
pkgdesc = Mesh optimization library that makes meshes smaller and faster to render
pkgver = 0.17
pkgver = 0.18
pkgrel = 1
url = https://github.com/zeux/meshoptimizer
arch = x86_64
license = MIT
makedepends = cmake
makedepends = ninja
source = https://github.com/zeux/meshoptimizer/archive/v0.17.tar.gz
sha256sums = 50f134da6739702d4398f2a3c614acb1d80afb73afed27ac68bc55c9edae64e2
source = https://github.com/zeux/meshoptimizer/archive/v0.18.tar.gz
sha256sums = f5bc07d7322e6292fe0afce03462b5c394d111386236f926fdc44d2aff3b854b
pkgname = meshoptimizer

View file

@ -1,6 +1,6 @@
# Author: mosra <mosra@centrum.cz>
pkgname=meshoptimizer
pkgver=0.17
pkgver=0.18
pkgrel=1
pkgdesc='Mesh optimization library that makes meshes smaller and faster to render'
arch=(x86_64)
@ -8,7 +8,7 @@ url='https://github.com/zeux/meshoptimizer'
license=(MIT)
makedepends=(cmake ninja)
source=("https://github.com/zeux/meshoptimizer/archive/v$pkgver.tar.gz")
sha256sums=('50f134da6739702d4398f2a3c614acb1d80afb73afed27ac68bc55c9edae64e2')
sha256sums=('f5bc07d7322e6292fe0afce03462b5c394d111386236f926fdc44d2aff3b854b')
build() {
mkdir -p build && cd build