commit 4c84411200da5fdc676b379e460097ea9145b152 Author: Arlo Breault arlolra@gmail.com Date: Fri Nov 11 09:12:09 2016 -0800
Use ctypes-otr@0.0.3 --- ChangeLog | 2 +- projects/ctypes-otr/config | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9b7d4b0..ccd4f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Tor Messenger 0.3.0b1 -- * All Platforms * Use the tor-browser-45.5.0esr-6.0-1 branch (e5dafab8) on tor-browser * Use the THUNDERBIRD_45_4_0_RELEASE tag on comm-esr45 - * Update ctypes-otr to 00e4e80a + * Update ctypes-otr to 0.0.3 * Trac 16489: Only show "close" button on Windows * Trac 16491: Contact list entries don't adapt to the actual font size * Trac 16536: Investigate Tor Browser patches relevant to Tor Messenger diff --git a/projects/ctypes-otr/config b/projects/ctypes-otr/config index 6d1373d..10e53fc 100644 --- a/projects/ctypes-otr/config +++ b/projects/ctypes-otr/config @@ -1,7 +1,9 @@ # vim: filetype=yaml sw=2 -version: '[% c("abbrev") %]' +version: 0.0.3 git_url: https://github.com/arlolra/ctypes-otr -git_hash: 00e4e80abe07ac2067ffadbe3d63e3205bbcd8dd +git_hash: '[% c("version") %]' +gpg_keyring: arlolra.gpg +tag_gpg_id: 1 filename: 'ctypes-otr-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' var: lib_glob: 'lib/*.so*'