1
0
forked from ports/contrib

jq: fix signature

This commit is contained in:
Danny Rawlins 2020-02-07 22:30:29 +11:00
parent f2cdf732fe
commit b88b895019
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33Hg7nk6sAgNQ0vlldRiuRkeDp4SAduQunYFQTLk5d7NbZ9TSreFKyrBVC3/fKB5xkHfE3NhkwfLsWDb2J2dlwU=
SHA256 (Pkgfile) = fa365e7339e17bf80ecd8e52bd66766708b2c46fc2d29bc292dc9a5315ad5a7a
RWSagIOpLGJF3+90OhUmTpjNYoLj9a8qlWj7x72KTCoKi27u5HREQY8lQP7oHmLtfMXrPNr8URhcWZbd4zndY1qOyx5V0Xjpngk=
SHA256 (Pkgfile) = e78757f1634aa0d1b55d8adf84b4e10d0f801ef329d0bdb0cebb3fd2bff8d5f7
SHA256 (.footprint) = ed1ce136382cf2464b74b5dfa2ebf6c840558f61fb589c8961a4ac16aa995465
SHA256 (jq-1.6.tar.gz) = 5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72

View File

@ -11,8 +11,8 @@ source=(https://github.com/stedolan/jq/releases/download/jq-$version/jq-$version
build() {
cd $name-$version
# never use bundlded oniguruma for regex support
sed -i '242,245d;248,250d;256,267d' configure.ac
# never use bundled oniguruma for regex support
sed -i '242,245d;248,250d;256,267d' configure.ac
autoreconf -i
./configure --prefix=/usr \