mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
albert: update to 0.14.21.
Closes #15024. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9da99e6c70
commit
2b223aabaf
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'albert'
|
# Template file for 'albert'
|
||||||
pkgname=albert
|
pkgname=albert
|
||||||
version=0.14.19
|
version=0.14.21
|
||||||
revision=1
|
revision=1
|
||||||
_plugins_hash=d71c4676c4c94e1760112a8a3850594b6ba3a1db
|
_plugins_hash=67a7a34734c4665dcb1a504432de5d2e5a56ac90
|
||||||
_pybind_version=2.2.3
|
_pybind_version=2.2.3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
||||||
|
@ -17,8 +17,8 @@ homepage="https://github.com/albertlauncher/albert"
|
||||||
distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz
|
distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz
|
||||||
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
||||||
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
||||||
checksum="ec0f4f344c25a87b7ccaaa2feefac9b7e67185fb978b6369cb4f34b16975d1b9
|
checksum="0e4eb4b598826f4009ceffff05294085af68015e1d5245c3cee06f0cbfe8601d
|
||||||
ec0519de807a9f4f18e4ad5736ffc1d40fff668499b19c5463d58b6f4f727a08
|
1f8ca17d65fd72a344604b257d87bc55519ce74f38e23fc09a6c001d9e048133
|
||||||
3a3b7b651afab1c5ba557f4c37d785a522b8030dfc765da26adc2ecd1de940ea"
|
3a3b7b651afab1c5ba557f4c37d785a522b8030dfc765da26adc2ecd1de940ea"
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
|
2
srcpkgs/albert/update
Normal file
2
srcpkgs/albert/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://github.com/albertlauncher/albert/releases
|
||||||
|
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Add table
Reference in a new issue