diff options
author | Ingar <ingar@telenet.be> | 2024-10-20 09:44:43 +0000 |
---|---|---|
committer | Ingar <ingar@telenet.be> | 2024-10-20 09:44:43 +0000 |
commit | b706d3dd2ef16902352cb8b4d8a1c6b06712955b (patch) | |
tree | a295c08ba6f1a96048693548a76c8d1b8e03d744 | |
parent | ad40e0363eb2ab58e2b654e34bb62d102988db5d (diff) |
Updated to v2.1.0.
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Peter Strapp <peter@strapp.co.uk> pkgname=libindi_3rdparty -pkgver=2.0.9 +pkgver=2.1.0 pkgrel=1 pkgdesc="3rd party drivers for INDI, a distributed control protocol designed to operate astronomical instrumentation" provides=("libindi_3rdparty") @@ -14,7 +14,7 @@ depends=(libvorbis libusb openal libnova libjpeg libindi libgphoto2 libftdi-comp makedepends=(cmake boost) conflicts=() source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz") -sha256sums=("f9e0af8f81c6a94a9b078f78c04f50c6b6c419e8a61df99e19b40dbead7a64b3") +sha256sums=("c2a873d81b718e31c5f5b8d25136fdfe19b2e21f420d67b270c65acfe5a5d313") prepare() { mkdir -p build |