Commits
Michael Dickens authored ebc1b0668a8
90 90 | patchfiles-append patch-CMakeLists.txt.release.diff |
91 91 | |
92 92 | # patch to fix install name of library |
93 93 | |
94 94 | patchfiles-append patch-src_CMakeLists.txt.release.diff |
95 95 | |
96 96 | } else { |
97 97 | |
98 98 | # devel |
99 99 | |
100 - | github.setup glfw glfw 7dbdd2e6a5f01d2a4b377a197618948617517b0e |
101 - | version 20191121-[string range ${github.version} 0 7] |
102 - | checksums rmd160 a7bbd9c078614460fca20ebd3e022654e1ac1030 \ |
103 - | sha256 f0ac1f4480dd6f02e343b358ad87f97c29be925e9bd0ed77597745c5b9940f96 \ |
104 - | size 752756 |
100 + | github.setup glfw glfw ef6189f348d7f911afe640e6b817e2e945dc86a1 |
101 + | version 20191128-[string range ${github.version} 0 7] |
102 + | checksums rmd160 72b6c867849fd318894c14af0d1867dbe6ebdbf2 \ |
103 + | sha256 aee512e8ef32abacef18492ad2b5713cc77c1448ba314e91d8afa93e17e973ee \ |
104 + | size 752790 |
105 105 | revision 0 |
106 106 | |
107 107 | conflicts glfw |
108 108 | long_description ${description}: \ |
109 109 | This port follows the GIT master version of GLFW, which is typically updated every few days to weeks. |
110 110 | |
111 111 | # patch to fix install directory for cmake files and docs |
112 112 | |
113 113 | patchfiles-append patch-CMakeLists.txt.devel.diff |
114 114 | |