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: 758f81e86e4d1d0db5e73b29c52fe5d5eaceae38
Message: 0.23.2
diff --git a/.SRCINFO b/.SRCINFO
index 9f473e0..cf3775a 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.23.1
+pkgver = 0.23.2
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.23.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.1.tar.gz
-b2sums = 41596fff0e559cbbc3735fa6a2f171a3808fa25d804851ebdaf8a7309f4bbb4381ec0e844e6a375bc89b091b29a540e1e730006d5e922011f90f7f2978665608
+source = huggingface_hub-0.23.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.2.tar.gz
+b2sums = f31bbd144c11eda41c1ddb065346d2d1bee2b15a95cda1ffe2153d0d9b869e3dfdaae36df1203f38efb477bd2c557525295d984af4794d0a7c25b2d65692ceff
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 6bd4315..8721305 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.23.1
+pkgver=0.23.2
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=('41596fff0e559cbbc3735fa6a2f171a3808fa25d804851ebdaf8a7309f4bbb4381ec0e844e6a375bc89b091b29a540e1e730006d5e922011f90f7f2978665608')
+b2sums=('f31bbd144c11eda41c1ddb065346d2d1bee2b15a95cda1ffe2153d0d9b869e3dfdaae36df1203f38efb477bd2c557525295d984af4794d0a7c25b2d65692ceff')
build() {
cd "${_pkgname}-${pkgver}"