From 31161cab35ec270b9933134355d416f6d7f23eb6 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 23 Jan 2022 18:58:02 +0100 Subject: [PATCH] upgpkg: thumbor 7.0.2-1 upstream release upgpkg: thumbor 7.0.2-1 upstream release --- thumbor/.SRCINFO | 9 ++++----- thumbor/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/thumbor/.SRCINFO b/thumbor/.SRCINFO index 307c7d6..49ec23b 100644 --- a/thumbor/.SRCINFO +++ b/thumbor/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = thumbor pkgdesc = open-source photo thumbnail service - pkgver = 7.0.0a5 - pkgrel = 4 + pkgver = 7.0.2 + pkgrel = 1 url = https://github.com/thumbor/thumbor arch = x86_64 license = MIT @@ -17,10 +17,9 @@ pkgbase = thumbor depends = python-libthumbor depends = python-derpconf backup = etc/thumbor.conf - source = https://github.com/thumbor/thumbor/archive/7.0.0a5.tar.gz + source = https://github.com/thumbor/thumbor/archive/7.0.2.tar.gz source = thumbor.service - b2sums = be18d4cda7cfb759a4a928bb6e63f2b8126a379a81c9902dd3e8e243e0418bb294a684664c636ffdc86a96366976ed5510a084e44e643581874da1f085a219cc + b2sums = 89777b9d1adb1f03589dca7147ff3e0aad3a6e4341bca1d531f18b97880021722d792c2121be0e815bdc0cdf05d7b5056e1818c0347ad2b2e63babae599f7563 b2sums = c0fe21516f245132ac9bb1a833601eabc8348f8c420c76d49ffe7cb25e00712fcbc0fe7c579604616f5008507ec9f7582936596e54e8a311acf949fb031cd5ca pkgname = thumbor - diff --git a/thumbor/PKGBUILD b/thumbor/PKGBUILD index 3a17bfd..5ad68bc 100644 --- a/thumbor/PKGBUILD +++ b/thumbor/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Giovanni Harting <539@idlegandalf.com> pkgname=thumbor -pkgver=7.0.0a5 -pkgrel=4 +pkgver=7.0.2 +pkgrel=1 pkgdesc="open-source photo thumbnail service" arch=('x86_64') url="https://github.com/thumbor/thumbor" @@ -12,7 +12,7 @@ makedepends=(python-setuptools) backup=("etc/thumbor.conf") source=("https://github.com/thumbor/thumbor/archive/$pkgver.tar.gz" "thumbor.service") -b2sums=('be18d4cda7cfb759a4a928bb6e63f2b8126a379a81c9902dd3e8e243e0418bb294a684664c636ffdc86a96366976ed5510a084e44e643581874da1f085a219cc' +b2sums=('89777b9d1adb1f03589dca7147ff3e0aad3a6e4341bca1d531f18b97880021722d792c2121be0e815bdc0cdf05d7b5056e1818c0347ad2b2e63babae599f7563' 'c0fe21516f245132ac9bb1a833601eabc8348f8c420c76d49ffe7cb25e00712fcbc0fe7c579604616f5008507ec9f7582936596e54e8a311acf949fb031cd5ca') prepare() {