diff options
author | Andrey Novikov | 2022-12-12 18:40:34 +0900 |
---|---|---|
committer | Andrey Novikov | 2022-12-12 18:40:34 +0900 |
commit | 9e89c3344b918bb78a3ab53e89b58e6f9589fa55 (patch) | |
tree | 9ee97954a83475960e82e5b457c259adf1ec12a5 | |
parent | 0a02dfb245dcca8d106bac058a2186cc7a3609c9 (diff) | |
download | aur-9e89c3344b918bb78a3ab53e89b58e6f9589fa55.tar.gz |
Upgrade imgproxy to 3.12.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.12.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = imgproxy pkgdesc = Fast and secure standalone server for resizing and converting remote images - pkgver = 3.11.0 + pkgver = 3.12.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.11.0.tar.gz - sha256sums = 34dd1be235ba8d3578112a6fae413edb3c11d8d2426c32cf06957ad1fb19cbd0 + source = https://github.com/imgproxy/imgproxy/archive/v3.12.0.tar.gz + sha256sums = df5d78b05a04b98f3e410948eff73cad1abd7dbb0a31dfbc9ce5cde653d6a718 pkgname = imgproxy @@ -2,7 +2,7 @@ pkgname=imgproxy pkgdesc="Fast and secure standalone server for resizing and converting remote images" -pkgver=3.11.0 +pkgver=3.12.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=('34dd1be235ba8d3578112a6fae413edb3c11d8d2426c32cf06957ad1fb19cbd0') +sha256sums=('df5d78b05a04b98f3e410948eff73cad1abd7dbb0a31dfbc9ce5cde653d6a718') build() { cd "$pkgname-$pkgver" |