aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2020-06-25 21:36:09 +0300
committerAndrey Novikov2020-06-25 21:36:09 +0300
commit784f8f21e4813c7e92ea25fe6955680f0e25a95b (patch)
treeec3e7348bc86251a74cec71f9395f71b49c8b580
parent9e2cbcb87363c4ab6cb5da6550bdf36b3e66eae3 (diff)
downloadaur-784f8f21e4813c7e92ea25fe6955680f0e25a95b.tar.gz
Upgrade imgproxy to 2.13.1
See https://github.com/imgproxy/imgproxy/releases/tag/v2.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e4c735133ca..ca4e12577049 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.13.0
+ pkgver = 2.13.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.13.0.tar.gz
- sha256sums = 6563480c041d960fc8f2a2499a7284b3b2ddf3b35da8b118bc8d139858463bb8
+ source = https://github.com/imgproxy/imgproxy/archive/v2.13.1.tar.gz
+ sha256sums = 1a65fd8579e9a9f6a393d4d768f517e48e090707a11cc02bb46153e26ac0c833
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index c7abbe8e20ce..604e991b9245 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.13.0
+pkgver=2.13.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=('6563480c041d960fc8f2a2499a7284b3b2ddf3b35da8b118bc8d139858463bb8')
+sha256sums=('1a65fd8579e9a9f6a393d4d768f517e48e090707a11cc02bb46153e26ac0c833')
build() {
cd "$pkgname-$pkgver"