summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Mezentsev2024-02-27 19:55:29 +0300
committerSergey Mezentsev2024-02-27 19:55:29 +0300
commit9915289c682578bac307d9ae33c72158c639863c (patch)
tree3a98c4accfeda8d92da9319bc5f0073452440d30
parent5edb20c6b482e497933d580583194dc775b7722c (diff)
downloadaur-9915289c682578bac307d9ae33c72158c639863c.tar.gz
1.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f25b06c245e..eca709bdab90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = catboost-bin
pkgdesc = CatBoost is a high-performance open source library for gradient boosting on decision trees
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/catboost/catboost/
arch = x86_64
arch = aarch64
license = APACHE
- source_x86_64 = https://github.com/catboost/catboost/releases/download/v1.2.2/catboost-linux-x86_64-1.2.2
- b2sums_x86_64 = 51bc7c90de1f691f822a684286af9d6ebfa7f3e2e572dd4dd8994f189c6dfb4029fc95f314c910b5dca884ed60f44ecdf441293d32813c1d7c3e2d503f6a595c
- source_aarch64 = https://github.com/catboost/catboost/releases/download/v1.2.2/catboost-linux-x86_64-1.2.2
- b2sums_aarch64 = 8a4c61b5b4fe97db9a96d3f44fb46bed8d2f8164f1eb79d43253c6adb4043dfde1673b87d3a3b480db414ba461a00b0f2a2ceb9b36c40ba73f4ed871ff79afe8
+ source_x86_64 = https://github.com/catboost/catboost/releases/download/v1.2.3/catboost-linux-x86_64-1.2.3
+ b2sums_x86_64 = a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf
+ source_aarch64 = https://github.com/catboost/catboost/releases/download/v1.2.3/catboost-linux-x86_64-1.2.3
+ b2sums_aarch64 = a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf
pkgname = catboost-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4c5a793f9fb3..6491582b85a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Sergey Mezentsev <thebits@yandex.ru>
pkgname=catboost-bin
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="CatBoost is a high-performance open source library for gradient boosting on decision trees"
arch=(x86_64 aarch64)
url="https://github.com/catboost/catboost/"
license=(APACHE)
source_x86_64=("https://github.com/catboost/catboost/releases/download/v${pkgver}/catboost-linux-${CARCH}-${pkgver}")
-b2sums_x86_64=('51bc7c90de1f691f822a684286af9d6ebfa7f3e2e572dd4dd8994f189c6dfb4029fc95f314c910b5dca884ed60f44ecdf441293d32813c1d7c3e2d503f6a595c')
+b2sums_x86_64=('a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf')
+b2sums_aarch64=('a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf')
source_aarch64=("https://github.com/catboost/catboost/releases/download/v${pkgver}/catboost-linux-${CARCH}-${pkgver}")
-b2sums_aarch64=('8a4c61b5b4fe97db9a96d3f44fb46bed8d2f8164f1eb79d43253c6adb4043dfde1673b87d3a3b480db414ba461a00b0f2a2ceb9b36c40ba73f4ed871ff79afe8')
package() {
install -Dm0755 "catboost-linux-${CARCH}-${pkgver}" "$pkgdir/usr/bin/catboost"