aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-10-15 18:45:34 +0300
committerAndrey Novikov2019-10-15 18:45:34 +0300
commitf8e380fe6d38b02e353c3840cc3e80499cb24683 (patch)
tree34a060a0505e3c79c403bdc3a527c78dc00a904e
parent5286fbbe63bf8d281235017b7ef90f131582d80e (diff)
downloadaur-f8e380fe6d38b02e353c3840cc3e80499cb24683.tar.gz
Upgrade imgproxy to 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658f2efcd9f1..746f1d7b91bf 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.3.0
+ pkgver = 2.4.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.3.0.tar.gz
- sha256sums = 3637386167c01377f0d10a889093a171cdc35a6bcef72e992fe3bc1f2be0ac04
+ source = https://github.com/imgproxy/imgproxy/archive/v2.4.0.tar.gz
+ sha256sums = 2722c5ab1917b464c11a73c65f60b71630c285b05a7d388e969756faff2f1ce0
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 4ef91b2ed486..7df0e17d17be 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.3.0
+pkgver=2.4.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=('3637386167c01377f0d10a889093a171cdc35a6bcef72e992fe3bc1f2be0ac04')
+sha256sums=('2722c5ab1917b464c11a73c65f60b71630c285b05a7d388e969756faff2f1ce0')
build() {
cd "$pkgname-$pkgver"