diff options
| author | ruki <[email protected]> | 2019-02-08 23:32:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-02-08 15:15:05 +0800 |
| commit | 04f4888bf721d9d78b0feb56c392122966a36a4e (patch) | |
| tree | 7f21056ae40f4e0734bd4b77eb8372f5150959fd /scripts/makeppa | |
| parent | 7f5f3b0c1b8ffba6fed1e96fa30fcb5be3defa39 (diff) | |
update xmake github url
Diffstat (limited to 'scripts/makeppa')
| -rwxr-xr-x | scripts/makeppa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa index 92e327f2a..e95d55019 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -24,7 +24,7 @@ fi # tarball tarball=$workdir/xmake-$version.tar.gz if [ ! -f $tarball ]; then - wget https://github.com/tboox/xmake/archive/v$version.tar.gz -O $workdir/xmake-$version.tar.gz + wget https://github.com/xmake-io/xmake/archive/v$version.tar.gz -O $workdir/xmake-$version.tar.gz fi # extract tarball |
