aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2020-07-22 14:27:35 +0300
committerAndrey Novikov2020-07-22 14:27:35 +0300
commitc82a8e6954b7eb49f67b57738867c9dc26316b7e (patch)
tree6915962c0fdf5b081cce10df3f2acced72e5ffaf
parentfe990c70dc0c77727df8a4f28fed9c75aeace235 (diff)
downloadaur-c82a8e6954b7eb49f67b57738867c9dc26316b7e.tar.gz
Upgrade imgproxy to 2.14.1
See https://github.com/imgproxy/imgproxy/releases/tag/v2.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb701bcd223b..66e9eb6e2961 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.14.0
+ pkgver = 2.14.1
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips
- source = https://github.com/imgproxy/imgproxy/archive/v2.14.0.tar.gz
- sha256sums = 740e7071803308b5c5359223a31ad869d1ee82c859b4c8c187c600449abb8ddc
+ source = https://github.com/imgproxy/imgproxy/archive/v2.14.1.tar.gz
+ sha256sums = b0bdde4c5a55c18534233a3cc0c3188ffb37793c5749e865dee2e7a38392b8db
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index acaf9d9902cc..ff13c40f2684 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.14.0
+pkgver=2.14.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('740e7071803308b5c5359223a31ad869d1ee82c859b4c8c187c600449abb8ddc')
+sha256sums=('b0bdde4c5a55c18534233a3cc0c3188ffb37793c5749e865dee2e7a38392b8db')
build() {
cd "$pkgname-$pkgver"