diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-17 15:46:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:29 +0700 |
commit | c5922a3b72ac1651605ca32355e753e16f3aa241 (patch) | |
tree | ed0e735952d2f61f54216410c0538f9eed373671 /system/sdl-jstest/sdl-jstest.SlackBuild | |
parent | 1c4b82ca44728b26270b587112df8ce202648e32 (diff) | |
download | slackbuilds-c5922a3b72ac1651605ca32355e753e16f3aa241.tar.gz |
system/sdl-jstest: Updated for version 20160824git.
Diffstat (limited to 'system/sdl-jstest/sdl-jstest.SlackBuild')
-rw-r--r-- | system/sdl-jstest/sdl-jstest.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/system/sdl-jstest/sdl-jstest.SlackBuild b/system/sdl-jstest/sdl-jstest.SlackBuild index 76f3b83dfe..80840f5df1 100644 --- a/system/sdl-jstest/sdl-jstest.SlackBuild +++ b/system/sdl-jstest/sdl-jstest.SlackBuild @@ -22,6 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20161017 bkw: +# - updated for latest git +# - redo no_sdl2.diff for new version + # 20150915 bkw: # - updated for *almost* the latest git: ceef74 is "Allow building with # old CMake 2.8". The next commit after that, 7b7923, reverts it so @@ -34,7 +38,7 @@ # if installed PRGNAM=sdl-jstest -VERSION=${VERSION:-20150806git} +VERSION=${VERSION:-20160824git} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |