summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordevome2025-03-21 15:13:49 +0800
committerdevome2025-03-21 15:13:49 +0800
commit82844641ace43014fe715eb77959d29181b02e22 (patch)
treec39da95142cb840108d2c9d4b571ab55d88e1d9e /PKGBUILD
parent11ddee0ce5dd73cfb9d56e442b41673b8ecbad92 (diff)
downloadaur-82844641ace43014fe715eb77959d29181b02e22.tar.gz
python-milvus-lite-bin: 2.4.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53c2cf4760be..9ed0e4f22cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=milvus-lite
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}-bin"
-pkgver=2.4.11
+pkgver=2.4.12
pkgrel=1
pkgdesc="A lightweight version of Milvus wrapped with Python."
arch=('x86_64' 'aarch64')
@@ -15,8 +15,8 @@ depends=("python-tqdm")
makedepends=('python-installer')
source_x86_64=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}-py3-none-manylinux2014_x86_64.whl")
source_aarch64=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}-py3-none-manylinux2014_aarch64.whl")
-sha256sums_x86_64=('551f56b49fcfbb330b658b4a3c56ed29ba9b692ec201edd1f2dade7f5e39957d')
-sha256sums_aarch64=('8e6ef27f7f84976f9fd0047b675ede746db2e0cc581c44a916ac9e71e0cef05d')
+sha256sums_x86_64=('334037ebbab60243b5d8b43d54ca2f835d81d48c3cda0c6a462605e588deb05d')
+sha256sums_aarch64=('a0f3a5ddbfd19f4a6b842b2fd3445693c796cde272b701a1646a94c1ac45d3d7')
noextract=("${_pipname}-${pkgver}"-py3-none-manylinux2014_{x86_64,aarch64}.whl)
package() {