Skip to content

Commit

Permalink
revise versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Dec 27, 2024
1 parent a9a061d commit 4cf2221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/p/pffft/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ package("pffft")

add_urls("https://bitbucket.org/jpommier/pffft/$(version)", {version = function (version)
local hash = "02fe7715a5bf8bfd914681c53429600f94e0f536"
if version:le("2024+100") then
if version:le("2024.11.29") then
hash = "02fe7715a5bf8bfd914681c53429600f94e0f536"
end
return "get/" .. hash .. ".tar.gz"
end})
add_versions("2024+100", "9adeb18ac7bb52e9fb921c31c0c6a4e9ae150cc6fcb20a899d4b3a2275176ded")
add_versions("2024.11.29", "9adeb18ac7bb52e9fb921c31c0c6a4e9ae150cc6fcb20a899d4b3a2275176ded")

add_configs("simd", {description = "Build with SIMD support.", default = true, type = "boolean"})

Expand Down

0 comments on commit 4cf2221

Please sign in to comment.