summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2023-08-31 21:04:28 +0300
committerAlexander Egorov2023-08-31 21:04:28 +0300
commit3b73e72bd286ceae5241d3cf86d5934afbb175fd (patch)
tree486b5c342ef12fe1e47002e454105e1ecef95bca
parent32b68e60f249aec085d60c5c280574a53fa2d0a6 (diff)
downloadaur-3b73e72bd286ceae5241d3cf86d5934afbb175fd.tar.gz
solv 0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c4143d02474..be953701728e 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.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/aegoroff/solv
arch = x86_64
license = MIT
- source = https://github.com/aegoroff/solv/releases/download/0.11.1/solv-0.11.1-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 234c4f487a59b09ba779426c0996b7dfe732e768d751c438d024f20502592153
+ source = https://github.com/aegoroff/solv/releases/download/0.12.0/solv-0.12.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 5b0715a96145b2f87748a84f80f32227ed263c9b56aa4fa8df6b840a7e47de50
pkgname = solv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84a51e780001..d76e1b11675e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.11.1
+pkgver=0.12.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=('234c4f487a59b09ba779426c0996b7dfe732e768d751c438d024f20502592153')
+sha256sums=('5b0715a96145b2f87748a84f80f32227ed263c9b56aa4fa8df6b840a7e47de50')
build() {
return 0