git » litehtml.git » commit c092f32

upgpkg: 0.8-1: Update to 0.8

author Antonio Rojas
2023-05-21 13:21:24 UTC
committer Antonio Rojas
2023-05-21 13:21:24 UTC
parent 7ed6e22ebe7aec97b252b6e610e728b3017101a6

upgpkg: 0.8-1: Update to 0.8

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 1a232d2..48da07a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=litehtml
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc='Fast and lightweight HTML/CSS rendering engine'
 url='http://www.litehtml.com/'
@@ -10,7 +10,7 @@ license=(BSD)
 depends=(gumbo-parser gcc-libs)
 makedepends=(cmake)
 source=(https://github.com/litehtml/litehtml/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4f561dfa616d7fefb732fe9f40d4da9f0ec3925456ea42346d8aa10e946ef7ba')
+sha256sums=('b19edc049c0174f53941469a3c13f1f3210e8877c9c022ace93ac9cd6566b9f0')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \