summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Egorov2023-07-30 18:15:43 +0300
committerAlexander Egorov2023-07-30 18:15:43 +0300
commit005135f9b61996e1cf409d5e3404f5f629835a25 (patch)
tree3ebd2d890a498b0e3f71f24cc79abe1f3bd0093b /PKGBUILD
parent261a421418b6511ab64489cdd6bce37ebf6687ac (diff)
downloadaur-005135f9b61996e1cf409d5e3404f5f629835a25.tar.gz
solv 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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