Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Feb 9, 2019
1 parent 4f2f53c commit fe79ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/cmake-osmc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#!/bin/bash

. ../common.sh
VERSION="3.14.4"
VERSION="3.13.4"
pull_source "https://cmake.org/files/v3.13/cmake-${VERSION}.tar.gz" "$(pwd)/src"
if [ $? != 0 ]; then echo -e "Error fetching CMake source" && exit 1; fi
# Build in native environment
Expand Down

0 comments on commit fe79ec0

Please sign in to comment.