Package Details: ssacli-bin 6.40_6.0-1

Git Clone URL: https://aur.archlinux.org/ssacli-bin.git (read-only, click to copy)
Package Base: ssacli-bin
Description: HPE Smart Storage Administrator CLI
Upstream URL: None
Licenses: custom
Provides: ssacli
Submitter: lzlrd
Maintainer: lzlrd
Last Packager: lzlrd
Votes: 2
Popularity: 0.30
First Submitted: 2025-03-24 14:13 (UTC)
Last Updated: 2025-03-24 14:13 (UTC)

Latest Comments

Ateles commented on 2026-04-16 20:21 (UTC) (edited on 2026-04-16 20:21 (UTC) by Ateles)

Patch is cut off to the right, but I can confirm it works with

b2sums=('a13ffb21efad9139cfa3b90923be9bdc83279d28682939d8b72cb465f05ac563e76da91b3d7f0d473a9a773997aaa7bf7df2601be2f98ef091dc2f9d4b40a481')

aurelf commented on 2026-03-18 11:41 (UTC)

Hi,

the package is outdated (the rpm archive is not available anymore). It works for me with this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 8f6d2ff..bdba250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Diab Neiroukh <public at thezest dot dev>

 pkgname="ssacli-bin"
-pkgver="6.40_6.0"
+pkgver="6.45_8.0"
 pkgrel=1
 arch=("x86_64")
 pkgdesc="HPE Smart Storage Administrator CLI"
@@ -11,7 +11,7 @@ depends=(
 )
 provides=("ssacli")
 source=("https://downloads.linux.hpe.com/SDR/repo/mcp/oracle/9/x86_64/current/${pkgname//-bin/}-${pkgver>
-b2sums=("935880806d07a461c47e82fa8cafee8acb6e19d7f0022da31ff327d0651918d6f39ef073f2e3418bdac8069ba81bd59>
+b2sums=('a13ffb21efad9139cfa3b90923be9bdc83279d28682939d8b72cb465f05ac563e76da91b3d7f0d473a9a773997aaa7b>

 package() {
        mv "usr/man" "usr/share/man"