BlueZ: update, fix license (#2868)

pull/2872/head
Aidan Sun 1 year ago committed by GitHub
parent bfebcb0dfb
commit f7a1a893b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/b/bluez/xmake.lua

@ -1,9 +1,11 @@
package("bluez")
set_homepage("http://www.bluez.org")
set_description("Library for the Bluetooth protocol stack for Linux")
set_license("GPL-2.0")
set_license("GPL-2.0-or-later")
add_urls("https://git.kernel.org/pub/scm/bluetooth/bluez.git")
add_versions("5.70", "c56970cbea3b5482a586b7570e79a28e7d84d295")
add_versions("5.69", "bbe41152d4c1c3fd608f3d933dba445a790a5331")
add_versions("5.68", "d764f78f27653bc1df71c462e9aca7a18bc75f9f")
on_install("linux", function (package)

Loading…
Cancel
Save