From 28effa4fbae96f71eefa43277299388fe7260dfb Mon Sep 17 00:00:00 2001 From: rnbguy Date: Tue, 27 Jan 2026 16:04:16 +0000 Subject: [PATCH] 31.0.1 --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dac944b3990e..64d42d9dc92a 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 6de9ffef73b8..57d906c5a811 100644 --- a/PKGBUILD +++ b/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}"