From 301242ac7deb4a01813af57e5161aa812f557054 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 25 Jan 2021 11:33:10 +0200 Subject: [PATCH] Bump version --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3da1a19..74e1924 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.5 + pkgver = 1.5.1 pkgrel = 1 url = https://github.com/rauc/rauc arch = i686 @@ -9,10 +9,10 @@ pkgbase = rauc makedepends = python depends = curl depends = json-glib - source = https://github.com/rauc/rauc/releases/download/v1.5/rauc-1.5.tar.xz - source = https://github.com/rauc/rauc/releases/download/v1.5/rauc-1.5.tar.xz.asc + source = https://github.com/rauc/rauc/releases/download/v1.5.1/rauc-1.5.1.tar.xz + source = https://github.com/rauc/rauc/releases/download/v1.5.1/rauc-1.5.1.tar.xz.asc validpgpkeys = 977843FD5C3EBF76BAD4008EA58CC53DBF05E090 - sha256sums = 5dfbc46e808240c5014d318cfe64f0431307c37aa79cb2b013caa12daaf96d9d + sha256sums = d4ea009ce702bcb083d942398ccfedec959c6bbb7adc0fd77ae9314ce11d9d91 sha256sums = SKIP pkgname = rauc diff --git a/PKGBUILD b/PKGBUILD index 843a4cc..16f7621 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Arti Zirk pkgname=rauc -pkgver=1.5 +pkgver=1.5.1 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') @@ -11,7 +11,7 @@ depends=('curl' 'json-glib') makedepends=('python') 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=('5dfbc46e808240c5014d318cfe64f0431307c37aa79cb2b013caa12daaf96d9d' +sha256sums=('d4ea009ce702bcb083d942398ccfedec959c6bbb7adc0fd77ae9314ce11d9d91' 'SKIP') validpgpkeys=('977843FD5C3EBF76BAD4008EA58CC53DBF05E090')