Skip to content

Commit fa6d9c0

Browse files
Update exiv2 version to 0.28.4
1 parent 08d7f77 commit fa6d9c0

36 files changed

+8
-8
lines changed

.github/workflows/build-linux-28.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
- name: Fetch Exiv2 source
1212
run: >
1313
wget -nv
14-
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.3.tar.gz
14+
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.4.tar.gz
1515
-O exiv2.tar.gz
1616
1717
- name: Extract Exiv2 source
1818
run: |
1919
tar -xzf exiv2.tar.gz
20-
mv exiv2-0.28.3 libexiv2
20+
mv exiv2-0.28.4 libexiv2
2121
2222
- name: Download inih
2323
run: >

.github/workflows/build-macos-28.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- name: Fetch Exiv2 source
1212
run: >
1313
wget -nv
14-
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.3.tar.gz
14+
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.4.tar.gz
1515
-O exiv2.tar.gz
1616
1717
- name: Extract Exiv2 source
1818
shell: bash
1919
run: |
2020
tar -xzf exiv2.tar.gz
21-
mv exiv2-0.28.3 libexiv2
21+
mv exiv2-0.28.4 libexiv2
2222
2323
- name: Build wheels
2424
uses: pypa/[email protected]

.github/workflows/build-macos-arm-28.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- name: Fetch Exiv2 source
1212
run: >
1313
wget -nv
14-
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.3.tar.gz
14+
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.4.tar.gz
1515
-O exiv2.tar.gz
1616
1717
- name: Extract Exiv2 source
1818
shell: bash
1919
run: |
2020
tar -xzf exiv2.tar.gz
21-
mv exiv2-0.28.3 libexiv2
21+
mv exiv2-0.28.4 libexiv2
2222
2323
- name: Build wheels
2424
uses: pypa/[email protected]

.github/workflows/build-windows-28.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- name: Fetch Exiv2 source
2525
run: >
2626
c:\msys64\usr\bin\wget.exe -nv
27-
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.3.tar.gz
27+
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.4.tar.gz
2828
-O exiv2.tar.gz
2929
3030
- name: Extract Exiv2 source
3131
shell: bash
3232
run: |
3333
tar -xzf exiv2.tar.gz
34-
mv exiv2-0.28.3 libexiv2
34+
mv exiv2-0.28.4 libexiv2
3535
# tweaks to allow NLS
3636
echo -e "24a25\n> self.requires('libgettext/0.21')" |
3737
c:/msys64/usr/bin/patch.exe libexiv2/conanfile.py

0 commit comments

Comments
 (0)