Skip to content

Commit

Permalink
coin: update to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Sep 5, 2024
1 parent f723719 commit ef78076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-coin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=coin
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
pkgver=4.0.2
pkgver=4.0.3
pkgrel=1
pkgdesc="A high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1 (mingw-w64)"
arch=('any')
Expand All @@ -28,7 +28,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-zlib"
"${MINGW_PACKAGE_PREFIX}-openal")
source=("https://github.com/coin3d/coin/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('fab19ccdb5f199dae5543036738076a957a3097589b473ef496696c24eeac3d2')
sha256sums=('086ecf84479e4bc59397568638488c2e6c08d8aa811779bab93cda5509f79d59')

build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit ef78076

Please sign in to comment.