aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-10-07 15:12:44 +0900
committerAndrey Novikov2022-10-07 15:12:44 +0900
commit9180a6fdf61c3f3d25432fddfe6da5ffa82d8ca5 (patch)
tree1646542f25687670a4a9adc35fc6c8d1da0adde2
parent06dd421628a816e51d6042063634feb538d8f4bd (diff)
downloadaur-9180a6fdf61c3f3d25432fddfe6da5ffa82d8ca5.tar.gz
Upgrade imgproxy to 3.8.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730b10286242..2861b51f146c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 3.7.2
+ pkgver = 3.8.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips>=8.10
- source = https://github.com/imgproxy/imgproxy/archive/v3.7.2.tar.gz
- sha256sums = ee7d2425c84344255f1936a91f96163133fb6dacc9de438c8be58fb4e4ab3c8b
+ source = https://github.com/imgproxy/imgproxy/archive/v3.8.0.tar.gz
+ sha256sums = 811ccca896fbf307eb9526bfa5d991f3be95ddda030d03d14a0eb1a5d2f525c1
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index e1e3d06d6a43..7f984ada6d82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=3.7.2
+pkgver=3.8.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('ee7d2425c84344255f1936a91f96163133fb6dacc9de438c8be58fb4e4ab3c8b')
+sha256sums=('811ccca896fbf307eb9526bfa5d991f3be95ddda030d03d14a0eb1a5d2f525c1')
build() {
cd "$pkgname-$pkgver"