Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-06-24 05:14:09 +0300
committerjgeboski <jgeboski@gmail.com>2015-06-24 05:36:15 +0300
commitd968984dddae26f640ba2b361bc0dff6737a9055 (patch)
tree29f646f68708e76a7c8803eafb10f073572c8e8a /update.sh
parentca4b793003b6f980ed7180ff3bf713c7946412ba (diff)
update: updated to 5e83f57d97f35e83f57d97f3
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index b971461..d8b02ca 100755
--- a/update.sh
+++ b/update.sh
@@ -1,7 +1,7 @@
#!/bin/sh
URL="https://hg.pidgin.im/soc/2015/jgeboski/facebook"
-REV="5abaecb5a83d"
+REV="5e83f57d97f3"
HG=$(type -p hg || exit 1)
test -z "$srcdir" && srcdir=$(dirname "$0")