Skip to content

Commit 0504d43

Browse files
authored
Merge pull request #78628 from 89luca89/fix/postfix_uri
fix(postfix): fix fetch uri
2 parents 8214806 + 311859e commit 0504d43

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

postfix.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: postfix
33
version: "3.10.7"
4-
epoch: 1
4+
epoch: 3
55
description: Secure and fast drop-in replacement for Sendmail (MTA)
66
copyright:
77
- license: IPL-1.0 OR EPL-2.0
@@ -22,6 +22,9 @@ package:
2222
runtime:
2323
- merged-usrsbin
2424
- wolfi-baselayout
25+
resources:
26+
cpu: "2"
27+
memory: 7Gi
2528

2629
environment:
2730
contents:
@@ -58,7 +61,7 @@ pipeline:
5861
- uses: fetch
5962
with:
6063
expected-sha256: fcd3ff70806ae7f0a82e7b5c301e2f4fcfa6a689a2dbb3b3f1b5e5208115788a
61-
uri: https://de.postfix.org/ftpmirror/official/postfix-${{package.version}}.tar.gz
64+
uri: https://ftp.fu-berlin.de/unix/mail/${{package.name}}/official/${{package.name}}-${{package.version}}.tar.gz
6265

6366
- runs: |
6467
_mvline() {

0 commit comments

Comments
 (0)