Skip to content

Commit c4dcdbf

Browse files
Update libexiv2 source URL
1 parent 0c106c2 commit c4dcdbf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- name: Download libexiv2
1212
run: |
13-
wget -nv https://www.exiv2.org/builds/exiv2-0.27.5-Source.tar.gz
13+
wget -nv https://github.com/Exiv2/exiv2/releases/download/v0.27.5/exiv2-0.27.5-Source.tar.gz
1414
tar xf exiv2-0.27.5-Source.tar.gz
1515
cp conanfile.py exiv2-0.27.5-Source/
1616

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- name: Download libexiv2
1212
run: |
13-
wget -nv https://www.exiv2.org/builds/exiv2-0.27.5-Source.tar.gz
13+
wget -nv https://github.com/Exiv2/exiv2/releases/download/v0.27.5/exiv2-0.27.5-Source.tar.gz
1414
tar xf exiv2-0.27.5-Source.tar.gz
1515
1616
- name: Build wheels

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v2
1010

1111
- name: Download Exiv2 source
12-
run: wget -nv https://www.exiv2.org/builds/exiv2-0.27.5-Source.tar.gz
12+
run: wget -nv https://github.com/Exiv2/exiv2/releases/download/v0.27.5/exiv2-0.27.5-Source.tar.gz
1313

1414
- name: Store downloaded file
1515
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)