diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index a5170002e35..b20a8335219 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,8 +1,8 @@ # Template file for 'albert' pkgname=albert -version=0.14.19 +version=0.14.21 revision=1 -_plugins_hash=d71c4676c4c94e1760112a8a3850594b6ba3a1db +_plugins_hash=67a7a34734c4665dcb1a504432de5d2e5a56ac90 _pybind_version=2.2.3 build_style=cmake 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 https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz" -checksum="ec0f4f344c25a87b7ccaaa2feefac9b7e67185fb978b6369cb4f34b16975d1b9 - ec0519de807a9f4f18e4ad5736ffc1d40fff668499b19c5463d58b6f4f727a08 +checksum="0e4eb4b598826f4009ceffff05294085af68015e1d5245c3cee06f0cbfe8601d + 1f8ca17d65fd72a344604b257d87bc55519ce74f38e23fc09a6c001d9e048133 3a3b7b651afab1c5ba557f4c37d785a522b8030dfc765da26adc2ecd1de940ea" if [ -n "$CROSS_BUILD" ]; then diff --git a/srcpkgs/albert/update b/srcpkgs/albert/update new file mode 100644 index 00000000000..0d01fc3e74f --- /dev/null +++ b/srcpkgs/albert/update @@ -0,0 +1,2 @@ +site=https://github.com/albertlauncher/albert/releases +pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'