aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2020-02-14 18:23:34 +0300
committerAndrey Novikov2020-02-14 18:23:34 +0300
commit4456bdbd4e269cde5479635ab7343c951ca9aca9 (patch)
tree9d6edbad591b0452b33058e8f94ea7fbfb8de12b
parente16ecb0018e9d30c1013e107c6a9c8ed9b6ced52 (diff)
downloadaur-4456bdbd4e269cde5479635ab7343c951ca9aca9.tar.gz
Upgrade imgproxy to 2.10.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34414f0b443e..aa413e997321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 2.9.0
+ pkgver = 2.10.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = vips
- source = https://github.com/imgproxy/imgproxy/archive/v2.9.0.tar.gz
- sha256sums = cb6c003adcb154bb2aa797f2ada67abac2d4c9438587c565df1274aad7fe8236
+ source = https://github.com/imgproxy/imgproxy/archive/v2.10.0.tar.gz
+ sha256sums = 8f773f7719a338234d43d55d207ed04b771cbaf278c6cfdfb755ecd9e611c004
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 48cc1603534b..f39d41cd4696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=2.9.0
+pkgver=2.10.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('vips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('cb6c003adcb154bb2aa797f2ada67abac2d4c9438587c565df1274aad7fe8236')
+sha256sums=('8f773f7719a338234d43d55d207ed04b771cbaf278c6cfdfb755ecd9e611c004')
build() {
cd "$pkgname-$pkgver"