summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2022-01-07 18:31:26 +0100
committerAleksandar Trifunovic2022-01-07 18:31:26 +0100
commitc54f5feaf2733e416d81b3a1e2884bc10ed8b155 (patch)
treee0d37772ff60ffd14c0eaabad56b7c26d93cf2f3
parent8d42806fed1a612cf25c898d4607acb5c484e168 (diff)
downloadaur-c54f5feaf2733e416d81b3a1e2884bc10ed8b155.tar.gz
v3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86fa192fe86..3ac147e2ae43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightgbm
pkgdesc = Distributed gradient boosting framework based on decision tree algorithms.
- pkgver = 3.3.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/Microsoft/LightGBM
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = lightgbm
depends = boost-libs
depends = ocl-icd
depends = openmpi
- source = https://github.com/Microsoft/LightGBM/archive/v3.3.0.tar.gz
- sha256sums = 12e40fa67c9227aab8eaf2f10eb27ec19b9b8d1728d053a381aba3f6d122301a
+ source = https://github.com/Microsoft/LightGBM/archive/v3.3.2.tar.gz
+ sha256sums = d7c0f842e94165578d5a0c046ca942838d1574149f98c84400ce511239d17b9f
pkgname = lightgbm
diff --git a/PKGBUILD b/PKGBUILD
index 6f9db06daea9..64b005b2003f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=LightGBM
pkgbase=lightgbm
pkgname=("${pkgbase}" "python-${pkgbase}")
-pkgver=3.3.0
+pkgver=3.3.2
pkgrel=1
pkgdesc="Distributed gradient boosting framework based on decision tree algorithms."
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('boost-libs' 'ocl-icd' 'openmpi')
makedepends=('boost' 'cmake' 'opencl-headers' 'python-setuptools' 'eigen' 'fmt')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('12e40fa67c9227aab8eaf2f10eb27ec19b9b8d1728d053a381aba3f6d122301a')
+sha256sums=('d7c0f842e94165578d5a0c046ca942838d1574149f98c84400ce511239d17b9f')
prepare(){
cd "${_pkgname}-${pkgver}"