summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-10-03 20:18:30 +0300
committerAlexander Egorov2023-10-03 20:18:30 +0300
commit583e4d81ab3eb1e46af5787d92f2dc5abbe37a5a (patch)
tree4634991c3ffc570a8112c88b3c8f5c9915c79248
parent6865d1fd756fa4c143ce20b97309c310cf5c5e9d (diff)
downloadaur-583e4d81ab3eb1e46af5787d92f2dc5abbe37a5a.tar.gz
solv 0.14.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db1d2e435175..3bc7fc982a67 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.13.0
- pkgrel = 2
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.13.0/solv-0.13.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 84d89f631abdbf8987ba6ca28eb0ab574d3371e07385c00cb345e133f87935cc
+ source = https://github.com/aegoroff/solv/releases/download/0.14.0/solv-0.14.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 5487cf60c87ff421d5f536e4c77b76fa121cffe709fce9fe55e00604836753bf
pkgname = solv-bin
conflicts = solv
diff --git a/PKGBUILD b/PKGBUILD
index ea7f2e8753f8..f5b3334f7f0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.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=('84d89f631abdbf8987ba6ca28eb0ab574d3371e07385c00cb345e133f87935cc')
+sha256sums=('5487cf60c87ff421d5f536e4c77b76fa121cffe709fce9fe55e00604836753bf')
build() {
return 0