aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-06-27 16:20:05 +0300
committerAndrey Novikov2019-06-27 16:20:05 +0300
commit5286fbbe63bf8d281235017b7ef90f131582d80e (patch)
tree5cd6ca7a573129764e38951eb6d1a820bf730cb5
parent3b131db09a36833fd9e6d54fe49d11ea0a84043c (diff)
downloadaur-5286fbbe63bf8d281235017b7ef90f131582d80e.tar.gz
Upgrade imgproxy to 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb187bac39eb..658f2efcd9f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 2.2.13
- pkgrel = 3
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = vips
- source = https://github.com/imgproxy/imgproxy/archive/v2.2.13.tar.gz
- sha256sums = 3a8a4ff27a919ceea48d95a49f13f4a131fde551502f522c11054ce4d586f337
+ source = https://github.com/imgproxy/imgproxy/archive/v2.3.0.tar.gz
+ sha256sums = 3637386167c01377f0d10a889093a171cdc35a6bcef72e992fe3bc1f2be0ac04
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index c4736576812c..4ef91b2ed486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=2.2.13
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
license=('MIT')
depends=('vips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('3a8a4ff27a919ceea48d95a49f13f4a131fde551502f522c11054ce4d586f337')
+sha256sums=('3637386167c01377f0d10a889093a171cdc35a6bcef72e992fe3bc1f2be0ac04')
build() {
cd "$pkgname-$pkgver"