diff --git a/metadata/com.as.anagramsolver.txt b/metadata/com.as.anagramsolver.txt index 85ca89ead8..9d9d302b4a 100644 --- a/metadata/com.as.anagramsolver.txt +++ b/metadata/com.as.anagramsolver.txt @@ -25,9 +25,7 @@ Build:1.9,10 Build:2.0,11 commit=e183274989 - init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \ - sed -i 's%git@github.com:%https://github.com/%' .git/config && \ - echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ + init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ echo 'android.library.reference.2=external/changelog/library' >>project.properties && \ echo 'android.library.reference.3=external/storageutils' >>project.properties && \ git submodule init && \ @@ -35,9 +33,7 @@ Build:2.0,11 Build:2.05,12 commit=c3c48c2e - init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \ - sed -i 's%git@github.com:%https://github.com/%' .git/config && \ - echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ + init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ echo 'android.library.reference.2=external/changelog/library' >>project.properties && \ echo 'android.library.reference.3=external/storageutils' >>project.properties && \ git submodule init && \ @@ -45,27 +41,21 @@ Build:2.05,12 Build:2.1,13 commit=7a6ebadac48 - init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \ - sed -i 's%git@github.com:%https://github.com/%' .git/config && \ - echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ + init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ echo 'android.library.reference.2=external/changelog/library' >>project.properties && \ echo 'android.library.reference.3=external/storageutils' >>project.properties && \ git submodule update --init Build:2.11,14 commit=afbb4b266b - init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \ - sed -i 's%git@github.com:%https://github.com/%' .git/config && \ - echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ + init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ echo 'android.library.reference.2=external/changelog/library' >>project.properties && \ echo 'android.library.reference.3=external/storageutils' >>project.properties && \ git submodule update --init Build:2.21,16 commit=v2.21 - init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \ - sed -i 's%git@github.com:%https://github.com/%' .git/config && \ - echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ + init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \ echo 'android.library.reference.2=external/changelog/library' >>project.properties && \ echo 'android.library.reference.3=external/storageutils' >>project.properties && \ git submodule update --init