makedeb
All the open source things related to the Hugging Face Hub
Click here to go back to the commit logs for python3-huggingface-hub.
Hash: fc3d120cedd85bfcb2341fd2ff90568e7feba96b
Message: 0.24.3
diff --git a/.SRCINFO b/.SRCINFO
index 16e301a..f7c3213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = python3-huggingface-hub
pkgbase = python3-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
pkgrel = 0
-pkgver = 0.24.2
+pkgver = 0.24.3
url = https://github.com/huggingface/huggingface_hub
arch = all
depends = python3-filelock
@@ -19,8 +19,8 @@ makedepends = python3-wheel
makedepends = python3-setuptools
optdepends = python3-pytorch
optdepends = python3-tensorflow
-source = huggingface_hub-0.24.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.24.2.tar.gz
-b2sums = d01c6c627c822115101f93a9c5eb1bd693e07b9be09e30ca18d48878b8aed5750cee5debbb5c04cbe159b75ed558e2069851a9cd88a99b6b19ea0bd7c57f25cf
+source = huggingface_hub-0.24.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.24.3.tar.gz
+b2sums = 9891271101737d87542441d8eee0ee1a2f21d5af567814d881c1e3370d3a87e3995df58c683e6899ff77d004135ac98d1805ddfb4ee6341220a5e8031afa41a1
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index bda26b8..9091c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Butui Hu (AUR) <hot123tea123@gmail.com>
_pkgname=huggingface_hub
pkgname=python3-huggingface-hub
-pkgver=0.24.2
+pkgver=0.24.3
pkgrel=0
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=('all')
@@ -21,7 +21,7 @@ makedepends=('python3-build'
'python3-wheel'
'python3-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('d01c6c627c822115101f93a9c5eb1bd693e07b9be09e30ca18d48878b8aed5750cee5debbb5c04cbe159b75ed558e2069851a9cd88a99b6b19ea0bd7c57f25cf')
+b2sums=('9891271101737d87542441d8eee0ee1a2f21d5af567814d881c1e3370d3a87e3995df58c683e6899ff77d004135ac98d1805ddfb4ee6341220a5e8031afa41a1')
build() {
cd "${_pkgname}-${pkgver}"