diff --git a/.travis.yml b/.travis.yml index 97ec753..98b1e62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,11 @@ cache: - ${DEVKITPRO} before_install: - - wget https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl + - wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb install: - - sudo perl devkitPPCupdate.pl + - sudo dpkg --install devkitpro-pacman.deb + - sudo dkp-pacman --sync --sysupgrade --refresh --needed --noconfirm wii-dev script: - (cd GRRLIB && sudo -E make clean all install) diff --git a/LICENCE.md b/LICENCE.md index 8fc1e7d..1982b8c 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -1,4 +1,4 @@ -Copyright (c) 2009-2017 The GRRLIB Team +Copyright (c) 2009-2018 The GRRLIB Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal