summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2024-10-11 21:48:23 +1100
committerJake Leahy2024-10-11 21:48:23 +1100
commit2b8d7315cf9f3f41f363bbb86fd4a0699fdf9bc0 (patch)
treead00665cfbcb61451deee7fc92c81ca54efc441e
parent7cc8cb968cfae87bf02d8335764a9ec93c1154f3 (diff)
downloadaur-2b8d7315cf9f3f41f363bbb86fd4a0699fdf9bc0.tar.gz
Bump to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4fee393a7e..f66eb80d7dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = slint-cpp-bin
pkgdesc = Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications
- pkgver = 1.7.2
+ pkgver = 1.8.0
pkgrel = 1
url = https://slint-ui.com
arch = x86_64
license = GPL3
depends = freetype2
depends = qt5-base
- source = slint-cpp-1.7.2.tar.gz::https://github.com/slint-ui/slint/releases/download/v1.7.2/Slint-cpp-1.7.2-Linux-x86_64.tar.gz
- sha256sums = adea53a3b22e4dd35b72279a8094ffb3db8f8a5eddec5e95a24c0f035dff58d6
+ source = slint-cpp-1.8.0.tar.gz::https://github.com/slint-ui/slint/releases/download/v1.8.0/Slint-cpp-1.8.0-Linux-x86_64.tar.gz
+ sha256sums = 3999bb654437720972f085946549a0ff865b5971784e3ad575b054b73b746f75
pkgname = slint-cpp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 44b0cf533429..41ba0847cd7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jake Leahy <jake (at) leahy (dot) dev
pkgname=slint-cpp-bin
-pkgver=1.7.2
+pkgver=1.8.0
pkgrel=1
pkgdesc="Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications"
arch=("x86_64")
url="https://slint-ui.com"
license=("GPL3")
source=("slint-cpp-$pkgver.tar.gz::https://github.com/slint-ui/slint/releases/download/v$pkgver/Slint-cpp-$pkgver-Linux-$CARCH.tar.gz")
-sha256sums=('adea53a3b22e4dd35b72279a8094ffb3db8f8a5eddec5e95a24c0f035dff58d6')
+sha256sums=('3999bb654437720972f085946549a0ff865b5971784e3ad575b054b73b746f75')
depends=("freetype2" "qt5-base")
package() {