We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bf7b5 commit aeca968Copy full SHA for aeca968
1 file changed
.github/actions/osxcross/macports.patch
@@ -24,3 +24,12 @@ index 3e87735..5c48e4e 100755
24
"$CACHE/$file.rmd160" "$CACHE/$file" 1>/dev/null
25
26
if [ $? -ne 0 ]; then
27
+@@ -360,7 +362,7 @@ getPkgUrl()
28
+ grep -o -E '"version":"[^"]+"' | \
29
+ cut -d'"' -f4)
30
+
31
+- pkgs=$(getFileStdout "$MIRROR/$pkgname/?C=M;O=A" | \
32
++ pkgs=$(getFileStdout "$MIRROR/$pkgname/?C=M;O=D" | \
33
+ grep -o -E 'href="([^"#]+)"' | \
34
+ cut -d'"' -f2 | grep '.tbz2$' | uniq)
35
0 commit comments