From 6cc5fe5e290e62f2882f08f6f2fe629d622e6cc3 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sat, 1 Oct 2022 23:43:07 +0300 Subject: [PATCH] Bump version --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0257c76..21aca4f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = rauc pkgdesc = RAUC controls the update process on embedded linux systems. It is both a target application that runs as an update client and a host/target tool that allows you to create, inspect and modify installation artifacts. - pkgver = 1.7 + pkgver = 1.8 pkgrel = 1 url = https://github.com/rauc/rauc arch = i686 @@ -11,10 +11,10 @@ pkgbase = rauc depends = json-glib optdepends = casync: Casync integration support optdepends = squashfs-tools: Extract or print the info of a bundle - source = https://github.com/rauc/rauc/releases/download/v1.7/rauc-1.7.tar.xz - source = https://github.com/rauc/rauc/releases/download/v1.7/rauc-1.7.tar.xz.asc + source = https://github.com/rauc/rauc/releases/download/v1.8/rauc-1.8.tar.xz + source = https://github.com/rauc/rauc/releases/download/v1.8/rauc-1.8.tar.xz.asc validpgpkeys = 977843FD5C3EBF76BAD4008EA58CC53DBF05E090 - sha256sums = 8b7d37cc1eb57df4f03de3c943dd7be290b78d47be28881e8b1f070e1d5e55df + sha256sums = d233247c1763b1c56c851d0adef2094b7aa2fcd72decf524a8ac0419188e0978 sha256sums = SKIP pkgname = rauc diff --git a/PKGBUILD b/PKGBUILD index 4ceea4e..419a0b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Arti Zirk pkgname=rauc -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc="RAUC controls the update process on embedded linux systems. It is both a target application that runs as an update client and a host/target tool that allows you to create, inspect and modify installation artifacts." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=( ) source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz.asc) -sha256sums=('8b7d37cc1eb57df4f03de3c943dd7be290b78d47be28881e8b1f070e1d5e55df' +sha256sums=('d233247c1763b1c56c851d0adef2094b7aa2fcd72decf524a8ac0419188e0978' 'SKIP') validpgpkeys=('977843FD5C3EBF76BAD4008EA58CC53DBF05E090')