aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2020-04-26 11:58:31 +0300
committerAndrey Novikov2020-04-26 11:58:31 +0300
commit499b6addf422c027ba99eea64f69c0a09b76880a (patch)
tree509c0fb71ed56cdd3b18bb9d9dda53ccf49a0109
parente47723c52a1db69e025a49fab55fe4d2b501cce4 (diff)
downloadaur-499b6addf422c027ba99eea64f69c0a09b76880a.tar.gz
Upgrade imgproxy to 2.13.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c261f6c557..abe78769ea77 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.12.0
+ pkgver = 2.13.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.12.0.tar.gz
- sha256sums = 79a5e191bdda16a27d37e9d3b5e534a76df26bb5e3c5ff60525651a695d88067
+ source = https://github.com/imgproxy/imgproxy/archive/v2.13.0.tar.gz
+ sha256sums = 6563480c041d960fc8f2a2499a7284b3b2ddf3b35da8b118bc8d139858463bb8
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 4a8151790dc2..dcdfc1ffc0bf 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.12.0
+pkgver=2.13.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=('79a5e191bdda16a27d37e9d3b5e534a76df26bb5e3c5ff60525651a695d88067')
+sha256sums=('6563480c041d960fc8f2a2499a7284b3b2ddf3b35da8b118bc8d139858463bb8')
build() {
cd "$pkgname-$pkgver"