summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-07-30 18:15:43 +0300
committerAlexander Egorov2023-07-30 18:15:43 +0300
commit005135f9b61996e1cf409d5e3404f5f629835a25 (patch)
tree3ebd2d890a498b0e3f71f24cc79abe1f3bd0093b
parent261a421418b6511ab64489cdd6bce37ebf6687ac (diff)
downloadaur-005135f9b61996e1cf409d5e3404f5f629835a25.tar.gz
solv 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0beae251770..2ea81161f006 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.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.10.0/solv-0.10.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 078f953c61c408b777124b6014bee1a0a3e13f0b9b30f201ed4098ef9e991e8a
+ source = https://github.com/aegoroff/solv/releases/download/0.10.1/solv-0.10.1-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 27ccd709fe7377bbf2ef578825f73d6b84a0dc86acb36fd90e5b0254558df5c6
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1ed49f85875..58c4846a40d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.10.0
+pkgver=0.10.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=('078f953c61c408b777124b6014bee1a0a3e13f0b9b30f201ed4098ef9e991e8a')
+sha256sums=('27ccd709fe7377bbf2ef578825f73d6b84a0dc86acb36fd90e5b0254558df5c6')
build() {
return 0