File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
_php=php5
4
4
pkgname=$_php -imagick
5
5
_pkgrealname=imagick
6
- pkgver=3.4.3
7
- pkgrel=1
6
+ pkgver=3.4.4
7
+ pkgrel=0
8
8
_phpver=${pkgname# php}
9
9
_phpver=${_phpver%% -* }
10
10
pkgdesc=" PHP$_phpver extension: Provides a wrapper to the ImageMagick library"
@@ -45,4 +45,4 @@ package() {
45
45
install -Dm644 LICENSE $pkgdir /usr/share/licenses/$pkgname /LICENSE
46
46
}
47
47
48
- sha512sums=" 2cb2b856cf83a78d3542cdf7c69554dcc063a0541e9092b24e5e1fbd8928066a4a3de154049d0202c35addbc5055ccfbb5910ae92f2f13da80ddfc025340ddcd imagick-3.4.3 .tgz"
48
+ sha512sums=" 73145a1f095849c32760db2dfc4acc13c57d99a037d65eca9b0ddf8f8e81cf6d28a50f2614e44bae1d90b4f881a2e9a64926e0e3b9403e491fd903ffeb30c4b7 imagick-3.4.4 .tgz"
Original file line number Diff line number Diff line change 4
4
5
5
This is the [ PHP5 extension for ImageMagick] [ php-imagick ] as an Alpine Linux package.
6
6
7
- The package provided by Alpine Linux was removed from theirrepositories in the
7
+ The package provided by Alpine Linux was removed from their repositories in the
8
8
3.6 release. A package for PHP7 is still available there.
9
9
10
10
## Releases
@@ -18,8 +18,8 @@ The current installation method for these packages is to pull them in using
18
18
` wget ` or ` curl ` and install the local file with ` apk ` :
19
19
20
20
apk --no-cache add ca-certificates wget
21
- wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent .com/sgerrand/alpine-pkg-php5-imagick/master/sgerrand.rsa.pub
22
- wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.3 -r0/php5-imagick-3.4.3-r0.apk
23
- apk add php5-imagick-3.4.3 -r0.apk
21
+ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand .com/sgerrand/alpine-pkg-php5-imagick/master/sgerrand.rsa.pub
22
+ wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.4 -r0/php5-imagick-3.4.3-r0.apk
23
+ apk add php5-imagick-3.4.4 -r0.apk
24
24
25
25
[ php-imagick ] : https://pecl.php.net/imagick
You can’t perform that action at this time.
0 commit comments