summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-10-06 19:29:56 +0200
committerMichel Zou2016-10-06 19:29:56 +0200
commit7dc3c9c6504c94295b3921c1568880e74d3d35e5 (patch)
tree4f8b6c352ae1c4f1ac5d2a8b474227ab2cd62f09
parent1ac3a84b6e5afe35ef83ba700ed3d634427e09c3 (diff)
downloadaur-7dc3c9c6504c94295b3921c1568880e74d3d35e5.tar.gz
6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecb9db660b40..1d33a5f9b65f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 19:25:20 UTC 2016
+# Thu Oct 6 17:29:56 UTC 2016
pkgbase = mingw-w64-openmesh
pkgdesc = A generic and efficient data structure for representing and manipulating polygonal meshes (mingw-w64)
- pkgver = 6.1
+ pkgver = 6.3
pkgrel = 1
url = http://www.openmesh.org
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-openmesh
options = !buildflags
options = !strip
options = staticlibs
- source = http://www.openmesh.org/media/Releases/6.1/OpenMesh-6.1.tar.bz2
- sha1sums = f1a6e46ac5490bbed2c89312494366c43cf9edd3
+ source = http://www.openmesh.org/media/Releases/6.3/OpenMesh-6.3.tar.bz2
+ sha1sums = c749ee7c9c1cbfad2d53a8cf43e8a9f77de6f7cd
pkgname = mingw-w64-openmesh
diff --git a/PKGBUILD b/PKGBUILD
index 53adb9d92309..145e8f53aad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-openmesh
-pkgver=6.1
+pkgver=6.3
pkgrel=1
pkgdesc="A generic and efficient data structure for representing and manipulating polygonal meshes (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("http://www.openmesh.org/media/Releases/${pkgver}/OpenMesh-${pkgver}.tar.bz2")
-sha1sums=('f1a6e46ac5490bbed2c89312494366c43cf9edd3')
+sha1sums=('c749ee7c9c1cbfad2d53a8cf43e8a9f77de6f7cd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"