Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Jul 13, 2024
1 parent 72648b6 commit 0fb97c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x/xtrans/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package("xtrans")
set_kind("library", {headeronly = true})
set_homepage("https://www.x.org/")
set_description("X.Org: X Network Transport layer shared code")

set_urls("https://www.x.org/archive/individual/lib/xtrans-$(version).tar.gz")
add_versions("1.4.0", "48ed850ce772fef1b44ca23639b0a57e38884045ed2cbb18ab137ef33ec713f9")
-- add_versions("1.5.0", "a806f8a92f879dcd0146f3f1153fdffe845f2fc0df9b1a26c19312b7b0a29c86")

if is_plat("linux") then
add_extsources("apt::xtrans-dev", "pacman::xtrans")
Expand Down

0 comments on commit 0fb97c5

Please sign in to comment.