diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-07-25 10:57:28 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-07-25 10:57:28 -0700 |
commit | 9c4ab2641e8cd3ffbb208770ca38a429d198539c (patch) | |
tree | aef4f953532ad9d67a5ff23e89d8748138611601 | |
parent | 3b5c0ef0c2ee9c5f293f9ce590eb066381c8837c (diff) |
update version of libetpan
-rwxr-xr-x | scripts/prepare-libetpan-ios.sh | 2 | ||||
-rwxr-xr-x | scripts/prepare-libetpan-macos.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prepare-libetpan-ios.sh b/scripts/prepare-libetpan-ios.sh index 4e4f9d6e..beb8b174 100755 --- a/scripts/prepare-libetpan-ios.sh +++ b/scripts/prepare-libetpan-ios.sh @@ -2,7 +2,7 @@ sdkversion=6.1 url="https://github.com/dinhviethoa/libetpan.git" -rev=3c99ce26d751c168c4e67813e1bedc6a6c4d1c87 +rev=cff50f652938fa0390ef421d311b4e86a36d246f pushd `dirname $0` > /dev/null scriptpath=`pwd` diff --git a/scripts/prepare-libetpan-macos.sh b/scripts/prepare-libetpan-macos.sh index b932cb0b..d13426d6 100755 --- a/scripts/prepare-libetpan-macos.sh +++ b/scripts/prepare-libetpan-macos.sh @@ -1,7 +1,7 @@ #!/bin/sh url="https://github.com/dinhviethoa/libetpan.git" -rev=3c99ce26d751c168c4e67813e1bedc6a6c4d1c87 +rev=cff50f652938fa0390ef421d311b4e86a36d246f pushd `dirname $0` > /dev/null scriptpath=`pwd` |