Skip to content

Commit 5c28426

Browse files
committed
change back
1 parent 1fbb54b commit 5c28426

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/linux.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@ jobs:
1818
matrix:
1919
cip:
2020
- alien_build_install_extra: 1
21-
tag: "5.39"
21+
tag: "5.41"
2222
- alien_build_install_extra: 1
2323
env: ALIEN_BUILD_LIVE_TEST=1
24-
tag: "5.38-alpine3.16"
24+
tag: "5.40-alpine3.16"
2525
- alien_build_install_extra: 1
2626
env: ALIEN_BUILD_LIVE_TEST=1
27-
tag: "5.38-bionic"
27+
tag: "5.40-bionic"
2828
- alien_build_install_extra: 1
2929
env: ALIEN_BUILD_LIVE_TEST=1
30-
tag: "5.38-fedora36"
30+
tag: "5.40-fedora36"
3131
- alien_build_install_extra: 0
3232
env: ALIEN_BUILD_LIVE_TEST=0
33-
tag: "5.38-bullseye"
33+
tag: "5.40-bullseye"
3434
- alien_build_install_extra: 1
3535
env: ALIEN_BUILD_LIVE_TEST=1
36-
tag: "5.38-bullseye"
36+
tag: "5.40-bullseye"
3737
- alien_build_install_extra: 1
3838
env: ALIEN_DOWNLOAD_RULE=warn
39-
tag: "5.38"
39+
tag: "5.40"
4040
- alien_build_install_extra: 1
4141
env: ALIEN_DOWNLOAD_RULE=digest
42-
tag: "5.38"
42+
tag: "5.40"
4343
- alien_build_install_extra: 1
4444
env: ALIEN_DOWNLOAD_RULE=encrypt
45-
tag: "5.38"
45+
tag: "5.40"
4646
- alien_build_install_extra: 1
4747
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
48-
tag: "5.38"
48+
tag: "5.40"
4949
- alien_build_install_extra: 1
5050
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
51-
tag: "5.38"
51+
tag: "5.40"
5252
- alien_build_install_extra: 1
5353
tag: "5.38"
5454
- alien_build_install_extra: 1

lib/Alien/Build.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ sub extract
17341734
}
17351735
elsif($self->download_rule eq 'digest_and_encrypt')
17361736
{
1737-
die "file was fetched insecurely and required digest missing for $archive" unless $checked_digest && $encrypted_fetch;
1737+
die "file was fetched insecurely and required digest missing for $archive" unless $checked_digest || $encrypted_fetch;
17381738
die "required digest missing for $archive" unless $checked_digest;
17391739
die "file was fetched insecurely for $archive" unless $encrypted_fetch;
17401740
}

0 commit comments

Comments
 (0)