Closed ogirginc closed 4 years ago
Is replacing devel
with head
the right fix? head
should pull from git, not use a packaged tarball, no?
head
should pull from git, not use a packaged tarball, no?
Hmm, turns out you are right! According to docs, head
"allows installing software directly from a branch of a version-control repository".
Still, devel
blocks are depreciated and needs to be replaced with something else. I have found this discussion. TBH, I am not sure, if I do like the suggested solution of creating additional formulaes for each pre-release versions.
All I can see is, there are two ways at this stage:
PostgresqlAT13Beta1
formulae with stable
block.Which one would you prefer? Or do you have any other suggestions?
Searching for
petere/postgresql
kept showing depreciation warning. This PR fixes those warnings.