summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-08-25 19:03:42 +0300
committerAlexander Egorov2023-08-25 19:03:42 +0300
commit32b68e60f249aec085d60c5c280574a53fa2d0a6 (patch)
tree05345229d1431c535f97cec1a541070d5fc4cc08
parent5020890abd38ae0d06aa457465e9acb756f24ccd (diff)
downloadaur-32b68e60f249aec085d60c5c280574a53fa2d0a6.tar.gz
solv 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aed984fd7be2..7c4143d02474 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.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.11.0/solv-0.11.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 5d5ac1ebed3ce5ac8336dc1a583459e5b94e89500580e361cb6c4948f1e9745d
+ source = https://github.com/aegoroff/solv/releases/download/0.11.1/solv-0.11.1-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 234c4f487a59b09ba779426c0996b7dfe732e768d751c438d024f20502592153
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2848de94b872..84a51e780001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.11.0
+pkgver=0.11.1
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=('5d5ac1ebed3ce5ac8336dc1a583459e5b94e89500580e361cb6c4948f1e9745d')
+sha256sums=('234c4f487a59b09ba779426c0996b7dfe732e768d751c438d024f20502592153')
build() {
return 0