bees: update to 0.7.2.
This commit is contained in:
parent
bfb94d8557
commit
9f7838459e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bees'
|
# Template file for 'bees'
|
||||||
pkgname=bees
|
pkgname=bees
|
||||||
version=0.7
|
version=0.7.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="~*-musl"
|
archs="~*-musl"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Zygo/bees"
|
homepage="https://github.com/Zygo/bees"
|
||||||
distfiles="https://github.com/Zygo/bees/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Zygo/bees/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2e67422b9f0d9ef665523b474fb27055efffceb263f8ccfdfda2a3aac9c6bdb1
|
checksum=371d03a0008e2ba284e315f645148272a968f7bdbc1d0aeb6c4aeff3a82801a0
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Tests don't work properly with cross compilation, because it doesn't
|
# Tests don't work properly with cross compilation, because it doesn't
|
||||||
|
|
Loading…
Reference in New Issue