git-brws: rebuild against libressl-3.1.3
This commit is contained in:
parent
f4601fafaa
commit
359d6d3a8b
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-brws'
|
# Template file for 'git-brws'
|
||||||
pkgname=git-brws
|
pkgname=git-brws
|
||||||
version=0.11.9
|
version=0.11.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
|
@ -12,6 +12,10 @@ homepage="https://rhysd.github.io/git-brws/"
|
||||||
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
|
||||||
checksum=1f90d55ecbc8c9d69af20cb5209bf359b1262b290b3e082fc8cd0b8c68653cb2
|
checksum=1f90d55ecbc8c9d69af20cb5209bf359b1262b290b3e082fc8cd0b8c68653cb2
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.58
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue