summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2024-02-17 00:32:02 +0100
committerChristian Muehlhaeuser2024-02-17 00:32:02 +0100
commit58df6141122e741224ac5b9518a7224c2aa190f3 (patch)
tree671d4aac87fbe19eaf18602e20f803129f8ca326
parent9b15ae8d411d6fbe2749d6ccbc3e309e2c690f3a (diff)
downloadaur-58df6141122e741224ac5b9518a7224c2aa190f3.tar.gz
Bump to v4.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09863fe3dac..d62c35275bbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uvtools-bin
pkgdesc = MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
- pkgver = 4.2.0
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/sn4k3/UVtools
install = uvtools-bin.install
@@ -19,9 +19,9 @@ pkgbase = uvtools-bin
depends = libgdiplus
provides = uvtools
conflicts = uvtools
- noextract = UVtools_linux-x64_4.2.0.AppImage
+ noextract = UVtools_linux-x64_4.2.1.AppImage
options = !strip
- source_x86_64 = UVtools_linux-x64_4.2.0.AppImage::https://github.com/sn4k3/UVtools/releases/download/v4.2.0/UVtools_linux-x64_v4.2.0.AppImage
- sha256sums_x86_64 = ab7adaab679c98959090b46c5a8e022a90a43d4b7b8ea45d135812f381daa9d4
+ source_x86_64 = UVtools_linux-x64_4.2.1.AppImage::https://github.com/sn4k3/UVtools/releases/download/v4.2.1/UVtools_linux-x64_v4.2.1.AppImage
+ sha256sums_x86_64 = 796f31a3366ecb7eddb3858cf14b92f5164915637dd59fa5d323885813a1b034
pkgname = uvtools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 34fcd96c0b5f..e7795f5564cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=uvtools-bin
_pkgname="${pkgname%-bin}"
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc="MSLA/DLP, file analysis, calibration, repair, conversion and manipulation"
arch=('x86_64')
@@ -18,7 +18,7 @@ install=${pkgname}.install
source_x86_64=(
"${_appimage}::${url}/releases/download/v${pkgver}/UVtools_linux-x64_v${pkgver}.AppImage"
)
-sha256sums_x86_64=('ab7adaab679c98959090b46c5a8e022a90a43d4b7b8ea45d135812f381daa9d4')
+sha256sums_x86_64=('796f31a3366ecb7eddb3858cf14b92f5164915637dd59fa5d323885813a1b034')
prepare() {
chmod +x ${srcdir}/${_appimage}