summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-07-27 21:52:25 +0300
committerAlexander Egorov2023-07-27 21:52:25 +0300
commit261a421418b6511ab64489cdd6bce37ebf6687ac (patch)
tree1b3ddefd17bc861a40e10595793ec5046165fdad
parenta34714b9b493e0710555246a7a6e3040e332d016 (diff)
downloadaur-261a421418b6511ab64489cdd6bce37ebf6687ac.tar.gz
solv 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e842ec0fd819..e0beae251770 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.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.9.0/solv-0.9.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = b2361e673ac0d87a5a7588d6e68503911555233a46353ef81179baca5e09fa3e
+ source = https://github.com/aegoroff/solv/releases/download/0.10.0/solv-0.10.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 078f953c61c408b777124b6014bee1a0a3e13f0b9b30f201ed4098ef9e991e8a
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 293972c5b9de..a1ed49f85875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.9.0
+pkgver=0.10.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=('b2361e673ac0d87a5a7588d6e68503911555233a46353ef81179baca5e09fa3e')
+sha256sums=('078f953c61c408b777124b6014bee1a0a3e13f0b9b30f201ed4098ef9e991e8a')
build() {
return 0