summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-07-14 22:40:08 +0300
committerAlexander Egorov2023-07-14 22:40:08 +0300
commit0061e2666f17ec947fad0328c9e6d22715e0133d (patch)
tree7eb85141bd793c32bd39fe4f757b3d0bf798da99
parent8df8ad0a41cee49afdfc704fd27b70d1a5a864ec (diff)
downloadaur-0061e2666f17ec947fad0328c9e6d22715e0133d.tar.gz
solv 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3b244128e4..4326b8f18c48 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.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.8.1/solv-0.8.1-x86_64-unknown-linux-musl.tar.gz
- sha256sums = f0f47bd4ed24738299536e5cee3599c21c99e20b3f9e9581383a20bcd5c55607
+ source = https://github.com/aegoroff/solv/releases/download/0.8.2/solv-0.8.2-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 2191a19af4ab21d9746da652d9cdbf053d88ee9741682c7acbc66544a99d47d9
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index ff09581b1184..24c7bfdf57e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.8.1
+pkgver=0.8.2
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=('f0f47bd4ed24738299536e5cee3599c21c99e20b3f9e9581383a20bcd5c55607')
+sha256sums=('2191a19af4ab21d9746da652d9cdbf053d88ee9741682c7acbc66544a99d47d9')
build() {
return 0