summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-10-09 21:57:03 +0300
committerAlexander Egorov2023-10-09 21:57:03 +0300
commitda5a30bbfd6336441f03f9e61a12a62d9dbcd01b (patch)
treec0f93d25d6c5da9ee7835a74f5a03b8c78179a46
parent583e4d81ab3eb1e46af5787d92f2dc5abbe37a5a (diff)
downloadaur-da5a30bbfd6336441f03f9e61a12a62d9dbcd01b.tar.gz
solv 0.15.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bc7fc982a67..ede87d288ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = solv-bin
pkgdesc = SOLution Validation tool that analyzes Microsoft Visual Studio solutions (binary release)
- pkgver = 0.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.14.0/solv-0.14.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 5487cf60c87ff421d5f536e4c77b76fa121cffe709fce9fe55e00604836753bf
+ source = https://github.com/aegoroff/solv/releases/download/0.15.0/solv-0.15.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 3dccfdb9d3e777d6b35bb17d72cf3580009c7c800069c49d554af72194c3a539
pkgname = solv-bin
conflicts = solv
diff --git a/PKGBUILD b/PKGBUILD
index f5b3334f7f0a..c34381b17fa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.14.0
+pkgver=0.15.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=('5487cf60c87ff421d5f536e4c77b76fa121cffe709fce9fe55e00604836753bf')
+sha256sums=('3dccfdb9d3e777d6b35bb17d72cf3580009c7c800069c49d554af72194c3a539')
build() {
return 0