diff --git a/bin/mpsd b/bin/mpsd index c043e76b4..bc2fc104b 100755 --- a/bin/mpsd +++ b/bin/mpsd @@ -26,7 +26,7 @@ abort_on_build() { exit $E_BUILD } get_filename() { - if [[ "$1" =~ "--"(.+) ]] ;then + if [[ "$1" =~ "::"(.+) ]] ;then echo "$DERLEME_KAYNAKDIZIN/${BASH_REMATCH[1]}" elif [[ $1 =~ ^(http|https|ftp|file)://.*/(.+) ]]; then echo "$DERLEME_KAYNAKDIZIN/${BASH_REMATCH[2]}" @@ -146,7 +146,7 @@ downloads_file_with_curl() { } download_file() { - if [[ "$1" =~ (.+)"--" ]] ;then + if [[ "$1" =~ (.+)"::" ]] ;then adres="${BASH_REMATCH[0]}" adres=`echo $adres | sed s'/..$//' ` else diff --git a/talimatname/genel/argon2/talimat b/talimatname/genel/argon2/talimat index 426a18edf..0a01b0171 100644 --- a/talimatname/genel/argon2/talimat +++ b/talimatname/genel/argon2/talimat @@ -6,7 +6,7 @@ name=argon2 version=20161029 release=1 -source=(https://github.com/P-H-C/phc-winner-argon2/archive/$version.tar.gz--$name-$version.tar.gz) +source=(https://github.com/P-H-C/phc-winner-argon2/archive/$version.tar.gz::$name-$version.tar.gz) build() { cd phc-winner-argon2-$version diff --git a/talimatname/genel/kashmir/talimat b/talimatname/genel/kashmir/talimat index c3e0cdca5..b7b7dade0 100644 --- a/talimatname/genel/kashmir/talimat +++ b/talimatname/genel/kashmir/talimat @@ -6,7 +6,7 @@ name=kashmir version=20150805 release=1 -source=(https://github.com/Corvusoft/kashmir-dependency/archive/master.tar.gz--$name-$version.tar.gz) +source=(https://github.com/Corvusoft/kashmir-dependency/archive/master.tar.gz::$name-$version.tar.gz) build() { cd kashmir-dependency-master diff --git a/talimatname/genel/libringclient/talimat b/talimatname/genel/libringclient/talimat index a2ba9de3c..1d51dfa51 100644 --- a/talimatname/genel/libringclient/talimat +++ b/talimatname/genel/libringclient/talimat @@ -6,7 +6,7 @@ name=libringclient version=1.0.0 release=1 -source=(https://github.com/savoirfairelinux/ring-lrc/archive/master.tar.gz--$name-$version-master.tar.gz) +source=(https://github.com/savoirfairelinux/ring-lrc/archive/master.tar.gz::$name-$version-master.tar.gz) build() { cd "ring-lrc-master" diff --git a/talimatname/genel/libsrtp/talimat b/talimatname/genel/libsrtp/talimat index 46c84d771..2ee9314a7 100644 --- a/talimatname/genel/libsrtp/talimat +++ b/talimatname/genel/libsrtp/talimat @@ -6,7 +6,7 @@ name=libsrtp version=1.5.4 release=1 -source=(https://github.com/cisco/libsrtp/archive/v$version.tar.gz--$name-$version.tar.gz) +source=(https://github.com/cisco/libsrtp/archive/v$version.tar.gz::$name-$version.tar.gz) build() { cd $name-$version diff --git a/talimatname/genel/nim/talimat b/talimatname/genel/nim/talimat index a712dd219..04cbe5193 100644 --- a/talimatname/genel/nim/talimat +++ b/talimatname/genel/nim/talimat @@ -7,8 +7,8 @@ name=nim _name=Nim version=0.17.0 release=1 -source=(https://github.com/nim-lang/Nim/archive/v$version.tar.gz--${_name}-$version.tar.gz - https://github.com/nim-lang/csources/archive/v$version.tar.gz--csources-$version.tar.gz) +source=(https://github.com/nim-lang/Nim/archive/v$version.tar.gz::${_name}-$version.tar.gz + https://github.com/nim-lang/csources/archive/v$version.tar.gz::csources-$version.tar.gz) build() { cd ${_name}-${version} diff --git a/talimatname/genel/nimble/talimat b/talimatname/genel/nimble/talimat index d44b95a25..ad18b6d0a 100644 --- a/talimatname/genel/nimble/talimat +++ b/talimatname/genel/nimble/talimat @@ -6,7 +6,7 @@ name=nimble version=0.8.6 release=1 -source=(https://github.com/nim-lang/nimble/archive/v$version.tar.gz--nimble-$version.tar.gz) +source=(https://github.com/nim-lang/nimble/archive/v$version.tar.gz::nimble-$version.tar.gz) build() { cd ${name}-${version} diff --git a/talimatname/genel/opendht/talimat b/talimatname/genel/opendht/talimat index 9a65a5737..62c08df83 100644 --- a/talimatname/genel/opendht/talimat +++ b/talimatname/genel/opendht/talimat @@ -6,7 +6,7 @@ name=opendht version=1.3.5 release=1 -source=(https://github.com/savoirfairelinux/opendht/archive/1.3.5.tar.gz--$name-$version.tar.gz) +source=(https://github.com/savoirfairelinux/opendht/archive/1.3.5.tar.gz::$name-$version.tar.gz) build() { cd $name-$version diff --git a/talimatname/genel/restbed/talimat b/talimatname/genel/restbed/talimat index 7a800e211..6bcf95a37 100644 --- a/talimatname/genel/restbed/talimat +++ b/talimatname/genel/restbed/talimat @@ -6,7 +6,7 @@ name=restbed version=4.6 release=1 -source=(https://github.com/Corvusoft/restbed/archive/$version.tar.gz--$name-$version.tar.gz +source=(https://github.com/Corvusoft/restbed/archive/$version.tar.gz::$name-$version.tar.gz strand.patch) build() { diff --git a/talimatname/genel/ring-daemon/talimat b/talimatname/genel/ring-daemon/talimat index be739eee2..0076c6eb5 100644 --- a/talimatname/genel/ring-daemon/talimat +++ b/talimatname/genel/ring-daemon/talimat @@ -6,7 +6,7 @@ name=ring-daemon version=4.0.0 release=1 -source=(https://github.com/savoirfairelinux/$name/archive/$version.tar.gz--$name-$version.tar.gz) +source=(https://github.com/savoirfairelinux/$name/archive/$version.tar.gz::$name-$version.tar.gz) build() { cd "${name}-$version" diff --git a/talimatname/genel/xarchiver/talimat b/talimatname/genel/xarchiver/talimat index 949c2f30c..84df255f5 100644 --- a/talimatname/genel/xarchiver/talimat +++ b/talimatname/genel/xarchiver/talimat @@ -7,7 +7,7 @@ name=xarchiver version=0.5.4.11 release=1 -source=(https://github.com/ib/xarchiver/archive/$version.tar.gz--$name-$version.tar.gz) +source=(https://github.com/ib/xarchiver/archive/$version.tar.gz::$name-$version.tar.gz) build() { cd $name-$version