We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8214806 + 311859e commit 0504d43Copy full SHA for 0504d43
1 file changed
postfix.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: postfix
3
version: "3.10.7"
4
- epoch: 1
+ epoch: 3
5
description: Secure and fast drop-in replacement for Sendmail (MTA)
6
copyright:
7
- license: IPL-1.0 OR EPL-2.0
@@ -22,6 +22,9 @@ package:
22
runtime:
23
- merged-usrsbin
24
- wolfi-baselayout
25
+ resources:
26
+ cpu: "2"
27
+ memory: 7Gi
28
29
environment:
30
contents:
@@ -58,7 +61,7 @@ pipeline:
58
61
- uses: fetch
59
62
with:
60
63
expected-sha256: fcd3ff70806ae7f0a82e7b5c301e2f4fcfa6a689a2dbb3b3f1b5e5208115788a
- 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
65
66
- runs: |
67
_mvline() {
0 commit comments