From b87dc8eb4de693cbfdacb305e24a4a75ec127081 Mon Sep 17 00:00:00 2001
From: akwizgran <michael@briarproject.org>
Date: Tue, 4 Feb 2025 14:30:24 +0000
Subject: [PATCH] Build Lyrebird 0.5.0-3 with certificate pinning patch.

---
 versions.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/versions.json b/versions.json
index 99565d7..879ca87 100644
--- a/versions.json
+++ b/versions.json
@@ -1,5 +1,22 @@
 {
   "lyrebird": {
+    "0.5.0-3": {
+      "repo_url": "https://code.briarproject.org/briar/lyrebird.git",
+      "revision": "ec1e79c9e259b9398f2846ca9d0c1bce4db5f1b6",
+      "ld_flags": "-X main.lyrebirdVersion=0.5.0",
+      "build_path": "cmd/lyrebird",
+      "repo_dir": "lyrebird",
+      "go": {
+        "version": "go1.21.13",
+        "sha256": "71fb31606a1de48d129d591e8717a63e0c5565ffba09a24ea9f899a13214c34d"
+      },
+      "ndk": {
+        "url": "https://dl.google.com/android/repository/android-ndk-r23c-linux.zip",
+        "revision": "23.2.8568313",
+        "sha256": "6ce94604b77d28113ecd588d425363624a5228d9662450c48d2e4053f8039242"
+      },
+      "timestamp": "201001010000.00"
+    },
     "0.5.0-2": {
       "repo_url": "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git",
       "revision": "297ae51866f56146f0523bcf2fd84e0b6ee8a88a",
-- 
GitLab