Skip to content

Commit

Permalink
(#24136) libliftoff: add version 0.5.0, fix homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored May 28, 2024
1 parent d6319bd commit 289b9b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/libliftoff/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.5.0":
url: "https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v0.5.0/libliftoff-v0.5.0.tar.bz2"
sha256: "2ed21be3c563b129bd8f188195a23256017e15908c195f3edcd3697584caf1c8"
"0.4.1":
url: "https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v0.4.1/libliftoff-v0.4.1.tar.bz2"
sha256: "2ec4a6b467dda20476acb4d6bd864538ccdaa946e8666f96efa98156bf25cfb5"
2 changes: 1 addition & 1 deletion recipes/libliftoff/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LibliftoffConan(ConanFile):
description = "Lightweight KMS plane library."
license = "MIT"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/project/package"
homepage = "https://gitlab.freedesktop.org/emersion/libliftoff"
topics = ("drm", "KMS", "plane")
package_type = "library"
settings = "os", "arch", "compiler", "build_type"
Expand Down
2 changes: 2 additions & 0 deletions recipes/libliftoff/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
versions:
"0.5.0":
folder: all
"0.4.1":
folder: all

0 comments on commit 289b9b5

Please sign in to comment.