Skip to content

Commit

Permalink
components/libosinfo: use libsoup3
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Sep 5, 2024
1 parent d10f852 commit 86e3559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elements/components/libosinfo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: libosinfo
version: 1.10.0
version: 1.11.0
about:
GObject based library API for managing information about operating systems,
hypervisors and the (virtual) hardware devices they can support
Expand All @@ -11,7 +11,7 @@ configure: >-
depends:
- components/glib.yml
- components/hwdata.yml
- components/libsoup.yml
- components/libsoup3.yml
- components/libxslt.yml
- components/osinfo-db.yml
build-depends:
Expand Down
2 changes: 1 addition & 1 deletion elements/components/osinfo-db-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre-script: |-
depends:
- components/json-glib.yml
- components/libarchive.yml
- components/libsoup.yml
- components/libsoup3.yml
- components/libxslt.yml

build-depends:
Expand Down

0 comments on commit 86e3559

Please sign in to comment.