Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update openmw & other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Apr 12, 2019
1 parent e4c5d37 commit b098a78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set(LIBPNG_VERSION 1.6.36)
set(LIBPNG_HASH SHA256=eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319)

# https://www.freetype.org/index.html#news
set(FREETYPE2_VERSION 2.9.1)
set(FREETYPE2_HASH SHA256=ec391504e55498adceb30baceebd147a6e963f636eb617424bcfc47a169898ce)
set(FREETYPE2_VERSION 2.10.0)
set(FREETYPE2_HASH SHA256=955e17244e9b38adb0c98df66abb50467312e6bb70eac07e49ce6bd1a20e809a)

# http://kcat.strangesoft.net/openal.html
set(OPENAL_VERSION 1.19.1)
Expand All @@ -21,8 +21,8 @@ set(BOOST_VERSION 1.69.0)
set(BOOST_HASH SHA256=8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406)

# https://www.ffmpeg.org/download.html
set(FFMPEG_VERSION 4.1)
set(FFMPEG_HASH SHA256=b684fb43244a5c4caae652af9022ed5d85ce15210835bce054a33fb26033a1a5)
set(FFMPEG_VERSION 4.1.3)
set(FFMPEG_HASH SHA256=29a679685bd7bc29158110f367edf67b31b451f2176f9d79d0f342b9e22d6a2a)

# https://www.libsdl.org/download-2.0.php
set(SDL2_VERSION 2.0.8)
Expand All @@ -37,8 +37,8 @@ set(MYGUI_VERSION 3.2.2)
set(MYGUI_HASH SHA256=0a28d7ec8a47993cb68deb48b36331e28f12dd92580b709eaef21d599b67a78f)

# https://github.com/ptitSeb/gl4es
set(GL4ES_VERSION beaaad949f6eeaa66365bc0ffbf835d35af99d5e)
set(GL4ES_HASH SHA256=ce458fc4eb0f294178acdbdb27b8c83792839c611e0aac2b56896096840bb124)
set(GL4ES_VERSION 7ece2d8c61fd40416208e6305eb6ea939200ca39)
set(GL4ES_HASH SHA256=f195231f52a1d67293b50a8ff6079005c3e2d0f9aff2a902ebb4fee16a556c6f)

# https://github.com/openscenegraph/OpenSceneGraph/releases
set(OSG_MAINLINE_VERSION 3.6.2)
Expand All @@ -49,8 +49,8 @@ set(OSG_FORK_VERSION ecedf3232c2f1b3b6a2f06f77ea37a9afb6a93f5)
set(OSG_FORK_HASH SHA256=254f0ce0e236aa80700877ee8664430c1f491be78ea1118bcd53178260edb4b5)

# https://github.com/OpenMW/openmw/commits/master
set(OPENMW_VERSION aacc275e9c70050d2c95893d46adb7d3e305705d)
set(OPENMW_HASH SHA256=a98c7f6b72524f7f233e3020eb625884bdcfa6ca8017f96b8dc3ff6248ff5176)
set(OPENMW_VERSION 5b8fc5a1513ef573a948a07621e234f057e6c8c9)
set(OPENMW_HASH SHA256=bd85a4116845a800596a1ca5cc70220a3f84dc79912d807a5bc05646c0be0f16)

# End of configurable options

Expand Down

0 comments on commit b098a78

Please sign in to comment.