about summary refs log tree commit diff stats
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-28 20:07:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-28 20:13:41 +0200
commit61cebcdf5b7b55967e0fb8ea4a9c29c079ade161 (patch)
tree5666e778c0ba1c763ccbf46c92067c7385a3337e /.builds/openbsd.yml
parent16ce42a0db6ecd9574d7c8757f535c89f647eb33 (diff)
downloadprofani-tty-61cebcdf5b7b55967e0fb8ea4a9c29c079ade161.tar.gz
ci: switch from libmesode to libstrophe
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index 71c070df..5f8f6c4e 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -23,7 +23,7 @@ packages:
   - sqlite3
 
 sources:
-  - https://github.com/profanity-im/libmesode.git#0.10.1
+  - https://github.com/strophe/libstrophe.git#0.11.0
   - https://github.com/profanity-im/profanity
 
 environment:
@@ -38,7 +38,7 @@ tasks:
       export AUTOCONF_VERSION=2.69
       export AUTOMAKE_VERSION=1.16
 
-      cd ~/libmesode
+      cd ~/libstrophe
       ./bootstrap.sh
       ./configure
       make