usbguard: update to 0.7.8
This commit is contained in:
parent
1807c590b8
commit
e64e08875b
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'usbguard'
|
||||
pkgname=usbguard
|
||||
version=0.7.6
|
||||
revision=3
|
||||
version=0.7.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-crypto-library=sodium --with-bundled-catch --with-bundled-pegtl"
|
||||
conf_files="/etc/usbguard/*"
|
||||
make_dirs="/var/log/usbguard 0755 root root"
|
||||
hostmakedepends="automake libtool pkg-config asciidoc glib-devel protobuf"
|
||||
makedepends="libqb-devel libsodium-devel protobuf-devel dbus-glib-devel polkit-devel libcap-ng-devel libseccomp-devel"
|
||||
makedepends="libqb-devel libsodium-devel protobuf-devel polkit-devel libcap-ng-devel libseccomp-devel"
|
||||
short_desc="Tool for whitelisting and blacklisting USB devices"
|
||||
maintainer="Philoponus Bindle <philoponus-bindle@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://usbguard.github.io"
|
||||
distfiles="https://github.com/USBGuard/usbguard/releases/download/usbguard-$version/usbguard-$version.tar.gz"
|
||||
checksum=7234d5a30b964eb4cd3564d645e24c23454dca376345c96635484d4534d2f03f
|
||||
checksum=45b0bea8a2239f7ff3c5fe0027dfa7ce4641e8996e05cb91640276876b8d85c6
|
||||
|
||||
post_install() {
|
||||
vsv usbguard
|
||||
|
|
Loading…
Reference in New Issue