Package Details: opensbi 1.7-1

Git Clone URL: https://aur.archlinux.org/opensbi.git (read-only, click to copy)
Package Base: opensbi
Description: RISC-V Open Source Supervisor Binary Interface
Upstream URL: https://github.com/riscv-software-src/opensbi
Licenses: BSD
Provides: opensbi
Submitter: tealeg
Maintainer: gonsolo
Last Packager: gonsolo
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-16 02:18 (UTC)
Last Updated: 2025-07-20 14:26 (UTC)

Latest Comments

gonsolo commented on 2025-04-11 06:41 (UTC)

The 1.6 version's md5 has changed

Updated, thanks.

lebenito030 commented on 2025-04-11 02:26 (UTC) (edited on 2025-04-11 02:26 (UTC) by lebenito030)

The 1.6 version's md5 has changed

current: de1644ef1c898be11c6624da46be92e2

new: 9adab34d8edaf41d4431c5426ef0a2f0

gonsolo commented on 2024-06-06 04:30 (UTC)

1.4 is out.

    diff --git a/PKGBUILD b/PKGBUILD
    index 92425cd..50c940a 100644
    --- a/PKGBUILD
    +++ b/PKGBUILD
    @@ -1,7 +1,7 @@
     # Maintainer: Geoffrey Teale <tealeg@gmail.com>
     pkgname=opensbi
    -pkgver=1.3.1
    -pkgrel=2
    +pkgver=1.4
    +pkgrel=1
     pkgdesc="RISC-V Open Source Supervisor Binary Interface"
     arch=(any)
     url="https://github.com/riscv-software-src/opensbi"
    @@ -11,7 +11,7 @@ makedepends=('filesystem')
     provides=('opensbi')
     options=('!strip')
     source=("$url/releases/download/v$pkgver/$pkgname-$pkgver-rv-bin.tar.xz")
    -md5sums=('0221698340a410f17ff8c76686b2e967')
    +md5sums=('109274c69f8c50df91efddd9a27372e0')

     package() {
         cd "$pkgname-$pkgver-rv-bin"