summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-08 23:32:30 +0800
committerruki <[email protected]>2019-02-08 15:15:05 +0800
commit04f4888bf721d9d78b0feb56c392122966a36a4e (patch)
tree7f21056ae40f4e0734bd4b77eb8372f5150959fd /scripts
parent7f5f3b0c1b8ffba6fed1e96fa30fcb5be3defa39 (diff)
update xmake github url
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD4
-rwxr-xr-xscripts/brew-pr2
-rw-r--r--scripts/debian/control2
-rw-r--r--scripts/debian/copyright2
-rw-r--r--scripts/get.ps16
-rwxr-xr-xscripts/get.sh2
-rw-r--r--scripts/getpb.ps12
-rwxr-xr-xscripts/makeppa2
8 files changed, 11 insertions, 11 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index bca6bbfdf..579f1fe64 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=2.2.3
pkgrel=1
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
-url="https://github.com/tboox/xmake"
+url="https://github.com/xmake-io/xmake"
license=('Apache')
makedepends=()
-source=("$pkgname.zip::https://github.com/tboox/xmake/archive/v${pkgver}.zip")
+source=("$pkgname.zip::https://github.com/xmake-io/xmake/archive/v${pkgver}.zip")
sha256sums=('e89b6e45b93d8965aeb93d069c17f60723ecd1389b06bd9c6147ce1181e7cad2')
build() {
diff --git a/scripts/brew-pr b/scripts/brew-pr
index 647e361ca..2bdfe7a1c 100755
--- a/scripts/brew-pr
+++ b/scripts/brew-pr
@@ -1,2 +1,2 @@
#!/bin/bash
-brew bump-formula-pr --url=https://github.com/tboox/xmake/archive/v2.2.3.tar.gz --sha256=c73d34805ab26d214f22fee74bf033942f91ce43bfc028663ffb910ad22c2c5d xmake
+brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.3.tar.gz --sha256=c73d34805ab26d214f22fee74bf033942f91ce43bfc028663ffb910ad22c2c5d xmake
diff --git a/scripts/debian/control b/scripts/debian/control
index 18568ddb2..1b8756847 100644
--- a/scripts/debian/control
+++ b/scripts/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>=9)
Standards-Version: 3.9.7
Homepage: http://xmake.io
#Vcs-Git: [email protected]:tboox/xmake.git
-#Vcs-Browser: https://github.com/tboox/xmake.git
+#Vcs-Browser: https://github.com/xmake-io/xmake.git
Package: xmake
Architecture: any
diff --git a/scripts/debian/copyright b/scripts/debian/copyright
index 0c25706d3..f3faea133 100644
--- a/scripts/debian/copyright
+++ b/scripts/debian/copyright
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xmake
-Source: https://github.com/tboox/xmake
+Source: https://github.com/xmake-io/xmake
Files: *
Copyright: 2015-2017 ruki <[email protected]>
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 5743792e9..0612719e8 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -47,9 +47,9 @@ try{
writeErrorTip 'Please set environment var "TMP" to another path'
myExit 1
}
-Write-Host "Start downloading https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe .."
+Write-Host "Start downloading https://github.com/xmake-io/xmake/releases/download/$version/xmake-$branch.exe .."
try{
- Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$version/xmake-$branch.exe" -OutFile "$outfile"
+ Invoke-Webrequest "https://github.com/xmake-io/xmake/releases/download/$version/xmake-$branch.exe" -OutFile "$outfile"
}catch{
writeErrorTip 'Download failed!'
writeErrorTip 'Check your network or... the news of S3 break'
@@ -80,7 +80,7 @@ try{
Write-Host "Pulling xmake from branch $branch"
$outfile=$temppath+"\$pid-xmake-repo.zip"
try{
- Invoke-Webrequest "https://github.com/tboox/xmake/archive/$branch.zip" -OutFile "$outfile"
+ Invoke-Webrequest "https://github.com/xmake-io/xmake/archive/$branch.zip" -OutFile "$outfile"
}catch{
writeErrorTip 'Pull Failed!'
writeErrorTip 'xmake is now available but may not be newest'
diff --git a/scripts/get.sh b/scripts/get.sh
index 364a0d884..98a59ec2a 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -27,7 +27,7 @@ remote_get_content(){
if [ "$1" = "__uninstall__" ]
then
# uninstall
- makefile=$(remote_get_content https://github.com/tboox/xmake/raw/master/makefile)
+ makefile=$(remote_get_content https://github.com/xmake-io/xmake/raw/master/makefile)
while which xmake >/dev/null 2>&1
do
pre=$(which xmake | sed 's/\/bin\/xmake$//')
diff --git a/scripts/getpb.ps1 b/scripts/getpb.ps1
index b9b3f08ee..4c4806cb9 100644
--- a/scripts/getpb.ps1
+++ b/scripts/getpb.ps1
@@ -73,7 +73,7 @@ try{
Get-AppVeyorArtifacts TitanSnow "xmake-90ua9" $installdir
}
if($branch -eq $null){ $branch='master' }
- Invoke-Webrequest "https://github.com/tboox/xmake/archive/$branch.zip" -OutFile "$installdir\temp.zip"
+ Invoke-Webrequest "https://github.com/xmake-io/xmake/archive/$branch.zip" -OutFile "$installdir\temp.zip"
Expand-Archive "$installdir\temp.zip" "$installdir\temp" -Force
Move-Item "$installdir\temp\xmake-$branch\xmake\*" $installdir
Remove-Item "$installdir\temp","$installdir\temp.zip" -Recurse -Force
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