summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-07-14 20:09:58 +0300
committerAlexander Egorov2023-07-14 20:09:58 +0300
commit8df8ad0a41cee49afdfc704fd27b70d1a5a864ec (patch)
tree0bcfb5167704ef234f2324b3137fa61350fb242d
parent009039cc7e8c355839910b81dd894fa6e52a395c (diff)
downloadaur-8df8ad0a41cee49afdfc704fd27b70d1a5a864ec.tar.gz
solv 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d76063ae9d..ab3b244128e4 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.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.8.0/solv-0.8.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = d93ef34e8ff7ba1cd22a8694a0929d0c1967ce7faf5f984b195ebc8873c38856
+ source = https://github.com/aegoroff/solv/releases/download/0.8.1/solv-0.8.1-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = f0f47bd4ed24738299536e5cee3599c21c99e20b3f9e9581383a20bcd5c55607
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7c836133e6e9..ff09581b1184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.8.0
+pkgver=0.8.1
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=('d93ef34e8ff7ba1cd22a8694a0929d0c1967ce7faf5f984b195ebc8873c38856')
+sha256sums=('f0f47bd4ed24738299536e5cee3599c21c99e20b3f9e9581383a20bcd5c55607')
build() {
return 0