diff options
author | Jake Leahy | 2024-10-11 21:48:23 +1100 |
---|---|---|
committer | Jake Leahy | 2024-10-11 21:48:23 +1100 |
commit | 2b8d7315cf9f3f41f363bbb86fd4a0699fdf9bc0 (patch) | |
tree | ad00665cfbcb61451deee7fc92c81ca54efc441e | |
parent | 7cc8cb968cfae87bf02d8335764a9ec93c1154f3 (diff) | |
download | aur-2b8d7315cf9f3f41f363bbb86fd4a0699fdf9bc0.tar.gz |
Bump to 1.8.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |