summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2024-02-26 23:18:51 +0300
committerAlexander Egorov2024-02-26 23:18:51 +0300
commitd0a4577b039c266ea6006b4cb99f1a11f93f7abb (patch)
tree13c0ec5df1254aa4a000f27e293f6638d65c24be
parent2a926d4989854fd152046e14a560524ba7ba95db (diff)
downloadaur-solv-bin.tar.gz
solv-bin v0.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58cbc64bce42..010808095812 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.15.3
+ pkgver = 0.16.0
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.15.3/solv-0.15.3-x86_64-unknown-linux-musl.tar.gz
- sha256sums = e9554b1e1dce8b6288f66d295d7dbbc3f17e1188f882f1b482a14b17ee4340f7
+ source = https://github.com/aegoroff/solv/releases/download/0.16.0/solv-0.16.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 5560239bd7b7ad1b3c8a43835806f33a2af65fe67886df0ef450cad7c61507b5
pkgname = solv-bin
conflicts = solv
diff --git a/PKGBUILD b/PKGBUILD
index 8e75491df1d1..2c9ee28b6020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.15.3
+pkgver=0.16.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=('e9554b1e1dce8b6288f66d295d7dbbc3f17e1188f882f1b482a14b17ee4340f7')
+sha256sums=('5560239bd7b7ad1b3c8a43835806f33a2af65fe67886df0ef450cad7c61507b5')
build() {
return 0