diff --git a/.gitignore b/.gitignore index 8fa24e7..ef88f15 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ /third_party-0.10.2.tar.gz /jpegxl-0.10.3.tar.gz /third_party-0.10.3.tar.gz +/jpegxl-0.10.4.tar.gz +/third_party-0.10.4.tar.gz diff --git a/jpegxl.spec b/jpegxl.spec index 9741c07..cb4bd73 100644 --- a/jpegxl.spec +++ b/jpegxl.spec @@ -20,7 +20,7 @@ decoder).} Name: jpegxl Epoch: 1 -Version: 0.10.3 +Version: 0.10.4 Release: %autorelease %{?new_soname:-p -e 0~sonamebump} Summary: JPEG XL image format reference implementation diff --git a/sources b/sources index ca7d7e1..665392c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (jpegxl-0.10.3.tar.gz) = 5ece482f4c5f0312e87e020f921525622a6d3f1a3834f3cd8666638fc8d0fba8cd072ef58f7b153dc17ca19071ebae2fbad7b08e6d440c2669f4f1b35888a7d4 -SHA512 (third_party-0.10.3.tar.gz) = 4f7e22ab2240c49bece7056fc2216662d70c3cbc7eca5b60684eafee68a3fd0f9bdf1dddaaff0eb1c095c545f55fbfd294e49adde2b5846c47661c5b9f86db6d +SHA512 (jpegxl-0.10.4.tar.gz) = db713ec5627ce66750209b7a62345ba0fa74568bbf43627fe86053aa70295a9b7ba738dac34c5449bb258c99909a19416465a971447ebb28c69514c65f0b9295 +SHA512 (third_party-0.10.4.tar.gz) = c048e5c1892b92d2014411a1dc0013d281a22fd35e537f9107512ba5fa8318507463ff409cc33a7fc58562ea10d75aa122c1bb7d7da3ea4b271021e8faa887d9 diff --git a/update_third_party.sh b/update_third_party.sh index 40af41b..a9bfd32 100755 --- a/update_third_party.sh +++ b/update_third_party.sh @@ -1,4 +1,4 @@ -VERSION=0.10.3 +VERSION=0.10.4 git clone https://github.com/libjxl/libjxl cd libjxl/