git » opencsg.git » commit 34c6f7e

Update to 1.5.1

author Antonio Rojas
2022-10-21 19:43:05 UTC
committer Antonio Rojas
2022-10-21 19:43:05 UTC
parent c40c0ce202bdb150b15bf24facc39e35cd1194e6

Update to 1.5.1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 2aea469..eea4488 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 # Contributor: nikor
 
 pkgname=opencsg
-pkgver=1.4.2
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Library for image-based CSG rendering using OpenGL."
 url="http://www.opencsg.org"
 arch=('x86_64')
 license=('GPL2')
 depends=('glew' 'glut' 'libgl')
 source=("http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz")
-sha1sums=('3b4d3bc531c49afbc8f8a55af071eebcda1e0607')
+sha1sums=('fecc06e5840147dece269d6bfd8de3b4284abf02')
 
 build() {
   cd "$srcdir/OpenCSG-$pkgver"