Skip to content

Commit e6891f9

Browse files
committed
pillow 11.1.0
1 parent 8f88a06 commit e6891f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/rpm/python3-pillow.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
Name: %{package_prefix}%{srcname}
18-
Version: 11.0.0
18+
Version: 11.1.0
1919
Release: 1%{?dist}
2020
Summary: Python image processing library
2121

@@ -47,7 +47,7 @@ internal representation, and powerful image processing capabilities.
4747

4848
%prep
4949
sha256=`sha256sum %{SOURCE0} | awk '{print $1}'`
50-
if [ "${sha256}" != "72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739" ]; then
50+
if [ "${sha256}" != "368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20" ]; then
5151
echo "invalid checksum for %{SOURCE0}"
5252
exit 1
5353
fi

0 commit comments

Comments
 (0)