aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2020-09-14 17:48:36 +0300
committerAndrey Novikov2020-09-14 17:48:36 +0300
commitd01798554c09f336491c54a6b3cf3b651f9130a3 (patch)
tree86536cb4177ea3dc8664b1f3176f0c577c8fe941 /PKGBUILD
parenta9bc2b64612ea990aa7a07f664bf60c46d1c6d32 (diff)
downloadaur-d01798554c09f336491c54a6b3cf3b651f9130a3.tar.gz
Upgrade imgproxy to 2.15.0
See https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md#2150---2020-09-03
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff13c40f2684..4ea96f0fd8b4 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.1
+pkgver=2.15.0
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=('b0bdde4c5a55c18534233a3cc0c3188ffb37793c5749e865dee2e7a38392b8db')
+sha256sums=('3bee2aecbb66c98c9e1254a163fb53e32e8af5bf8e3a92f119427113bee01c91')
build() {
cd "$pkgname-$pkgver"