summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/libclc/fetch-libclc.sh4
-rwxr-xr-xsource/l/libimobiledevice/fetch-libimobiledevice.sh4
-rwxr-xr-xsource/l/libusbmuxd/fetch-libusbmuxd.sh4
-rwxr-xr-xsource/l/woff2/get-woff2.sh2
4 files changed, 7 insertions, 7 deletions
diff --git a/source/l/libclc/fetch-libclc.sh b/source/l/libclc/fetch-libclc.sh
index fb5d4f33b..54023cbdf 100755
--- a/source/l/libclc/fetch-libclc.sh
+++ b/source/l/libclc/fetch-libclc.sh
@@ -35,8 +35,8 @@ git clone http://llvm.org/git/libclc.git
)
HEADISAT="$( cd libclc && git log -1 --format=%h )"
-DATE="$( cd libclc && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libclc && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libclc && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libclc && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libclc && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libclc libclc-${DATE}_${HEADISAT}
diff --git a/source/l/libimobiledevice/fetch-libimobiledevice.sh b/source/l/libimobiledevice/fetch-libimobiledevice.sh
index 069f15964..ebd6cb9c3 100755
--- a/source/l/libimobiledevice/fetch-libimobiledevice.sh
+++ b/source/l/libimobiledevice/fetch-libimobiledevice.sh
@@ -35,8 +35,8 @@ git clone https://github.com/libimobiledevice/libimobiledevice
)
HEADISAT="$( cd libimobiledevice && git log -1 --format=%h )"
-DATE="$( cd libimobiledevice && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libimobiledevice && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libimobiledevice && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libimobiledevice && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libimobiledevice && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libimobiledevice libimobiledevice-${DATE}_${HEADISAT}
diff --git a/source/l/libusbmuxd/fetch-libusbmuxd.sh b/source/l/libusbmuxd/fetch-libusbmuxd.sh
index 690b74ef9..247ab31db 100755
--- a/source/l/libusbmuxd/fetch-libusbmuxd.sh
+++ b/source/l/libusbmuxd/fetch-libusbmuxd.sh
@@ -35,8 +35,8 @@ git clone https://github.com/libimobiledevice/libusbmuxd
)
HEADISAT="$( cd libusbmuxd && git log -1 --format=%h )"
-DATE="$( cd libusbmuxd && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libusbmuxd && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libusbmuxd && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libusbmuxd && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libusbmuxd && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libusbmuxd libusbmuxd-${DATE}_${HEADISAT}
diff --git a/source/l/woff2/get-woff2.sh b/source/l/woff2/get-woff2.sh
index 3ff4b7a5d..684aebc10 100755
--- a/source/l/woff2/get-woff2.sh
+++ b/source/l/woff2/get-woff2.sh
@@ -27,7 +27,7 @@ rm -rf woff2
git clone https://github.com/google/woff2.git
HEADISAT="$( cd woff2 && git log -1 --format=%h )"
-DATE="$( cd woff2 && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd woff2 && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd woff2 && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )