From 35656724d9d22bb8339cdfb6f04b71be29604769 Mon Sep 17 00:00:00 2001
From: Eli Mallon <eli@livepeer.org>
Date: Mon, 12 Feb 2024 16:01:35 -0800
Subject: [PATCH 1/2] manifest: use bucket strategy with api

---
 manifest.yaml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/manifest.yaml b/manifest.yaml
index 0a239bc27..20b7cfa10 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -16,10 +16,15 @@ box:
       windows-arm64: livepeer-analyzer-windows-arm64.zip
   - name: api
     strategy:
-      download: github
-      project: livepeer/studio
-      commit: f51f0e62cf50a9d54b01c265da4106d45d78df4b
-    release: v0.16.2
+      download: bucket
+      project: studio
+      commit: 4d50d0d725c2cecb673808fc4b6198a5e9539ca0
+    release: eli-bucket-uploads
+    srcFilenames:
+      darwin-amd64: livepeer-api-darwin-amd64.tar.gz
+      darwin-arm64: livepeer-api-darwin-arm64.tar.gz
+      linux-amd64: livepeer-api-linux-amd64.tar.gz
+      linux-arm64: livepeer-api-linux-arm64.tar.gz
   - name: catalyst-api
     strategy:
       download: bucket

From ffcfcf4164a1d526d2f23f059d6b1612a7119845 Mon Sep 17 00:00:00 2001
From: Eli Mallon <eli@livepeer.org>
Date: Thu, 14 Mar 2024 16:00:12 -0700
Subject: [PATCH 2/2] bump studio

---
 manifest.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.yaml b/manifest.yaml
index 20b7cfa10..d45184e08 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -18,8 +18,8 @@ box:
     strategy:
       download: bucket
       project: studio
-      commit: 4d50d0d725c2cecb673808fc4b6198a5e9539ca0
-    release: eli-bucket-uploads
+      commit: 085d87dec71bee6a30c15356b24ece9e6c8cdbf9
+    release: master
     srcFilenames:
       darwin-amd64: livepeer-api-darwin-amd64.tar.gz
       darwin-arm64: livepeer-api-darwin-arm64.tar.gz