summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-08-20 20:41:17 +0300
committerAlexander Egorov2023-08-20 20:41:17 +0300
commit5020890abd38ae0d06aa457465e9acb756f24ccd (patch)
tree244d29ee0e6b31c314fc089b00a6edc70873bb97
parent005135f9b61996e1cf409d5e3404f5f629835a25 (diff)
downloadaur-5020890abd38ae0d06aa457465e9acb756f24ccd.tar.gz
solv 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea81161f006..aed984fd7be2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = solv-bin
pkgdesc = SOLution Validation tool that analyzes Microsoft Visual Studio solutions (binary release)
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.10.1/solv-0.10.1-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 27ccd709fe7377bbf2ef578825f73d6b84a0dc86acb36fd90e5b0254558df5c6
+ source = https://github.com/aegoroff/solv/releases/download/0.11.0/solv-0.11.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 5d5ac1ebed3ce5ac8336dc1a583459e5b94e89500580e361cb6c4948f1e9745d
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 58c4846a40d4..2848de94b872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
arch=('x86_64')
pkgdesc="SOLution Validation tool that analyzes Microsoft Visual Studio solutions (binary release)"
url="https://github.com/aegoroff/solv"
license=('MIT')
source=("https://github.com/aegoroff/solv/releases/download/${pkgver}/solv-${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('27ccd709fe7377bbf2ef578825f73d6b84a0dc86acb36fd90e5b0254558df5c6')
+sha256sums=('5d5ac1ebed3ce5ac8336dc1a583459e5b94e89500580e361cb6c4948f1e9745d')
build() {
return 0