mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
31.0.1
This commit is contained in:
parent
935787c6b2
commit
28effa4fba
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = osmosisd-bin
|
||||
pkgdesc = The AMM Laboratory on Cosmos
|
||||
pkgver = 31.0.0
|
||||
pkgver = 31.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/osmosis-labs/osmosis
|
||||
arch = x86_64
|
||||
|
|
@ -8,11 +8,11 @@ pkgbase = osmosisd-bin
|
|||
license = Apache
|
||||
provides = osmosisd
|
||||
conflicts = osmosisd
|
||||
source = https://raw.githubusercontent.com/osmosis-labs/osmosis/v31.0.0/LICENSE
|
||||
source = https://raw.githubusercontent.com/osmosis-labs/osmosis/v31.0.1/LICENSE
|
||||
sha256sums = 5d3757d59c66aefaf44ecc8bbf1cd4ca23fcb43221e94c8d60eff95de5bcfa6b
|
||||
source_x86_64 = osmosisd-31.0.0-linux-x86_64::https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-amd64
|
||||
sha256sums_x86_64 = d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957
|
||||
source_aarch64 = osmosisd-31.0.0-linux-aarch64::https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-arm64
|
||||
sha256sums_aarch64 = b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc
|
||||
source_x86_64 = osmosisd-31.0.1-linux-x86_64::https://github.com/osmosis-labs/osmosis/releases/download/v31.0.1/osmosisd-31.0.1-linux-amd64
|
||||
sha256sums_x86_64 = e6063a62f2312c4eb3bbdac3e994f53cfea578b4fdc30bdb5dda9f272fdaea78
|
||||
source_aarch64 = osmosisd-31.0.1-linux-aarch64::https://github.com/osmosis-labs/osmosis/releases/download/v31.0.1/osmosisd-31.0.1-linux-arm64
|
||||
sha256sums_aarch64 = 862b14a8ffcfb58181dfba0898e0bf8bc139adf87945ebf24467412c25477165
|
||||
|
||||
pkgname = osmosisd-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,7 +4,7 @@ _reponame=osmosis
|
|||
_orgname=${_reponame}-labs
|
||||
_pkgname=${_reponame}d
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=31.0.0
|
||||
pkgver=31.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="The AMM Laboratory on Cosmos"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -16,8 +16,8 @@ source=("https://raw.githubusercontent.com/${_orgname}/${_reponame}/v${pkgver}/L
|
|||
source_x86_64=("${_pkgname}-${pkgver}-linux-x86_64::https://github.com/${_orgname}/${_reponame}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64")
|
||||
source_aarch64=("${_pkgname}-${pkgver}-linux-aarch64::https://github.com/${_orgname}/${_reponame}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-arm64")
|
||||
sha256sums=('5d3757d59c66aefaf44ecc8bbf1cd4ca23fcb43221e94c8d60eff95de5bcfa6b')
|
||||
sha256sums_x86_64=('d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957')
|
||||
sha256sums_aarch64=('b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc')
|
||||
sha256sums_x86_64=('e6063a62f2312c4eb3bbdac3e994f53cfea578b4fdc30bdb5dda9f272fdaea78')
|
||||
sha256sums_aarch64=('862b14a8ffcfb58181dfba0898e0bf8bc139adf87945ebf24467412c25477165')
|
||||
|
||||
package() {
|
||||
install -D "${_pkgname}-${pkgver}-linux-${arch}" "$pkgdir/usr/bin/${_pkgname}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue