diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-09-01 15:37:25 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-09-01 15:37:25 +0800 |
commit | b5bf82c568149b7f986ac1598143e003c6087a27 (patch) | |
tree | ccbc27127120323ec493f95daa350e68385c6f57 | |
parent | 61b199b9c96b9122b5a80d5bcbcb711ba4f73142 (diff) | |
download | AUR4-PKGBUILD-b5bf82c568149b7f986ac1598143e003c6087a27.tar.gz AUR4-PKGBUILD-b5bf82c568149b7f986ac1598143e003c6087a27.tar.zst AUR4-PKGBUILD-b5bf82c568149b7f986ac1598143e003c6087a27.zip |
mingw-w64-hicolor-icon-theme: 0.16 -> 0.17
-rw-r--r-- | mingw-w64-hicolor-icon-theme/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-hicolor-icon-theme/PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mingw-w64-hicolor-icon-theme/.SRCINFO b/mingw-w64-hicolor-icon-theme/.SRCINFO index a525c56..22fbb18 100644 --- a/mingw-w64-hicolor-icon-theme/.SRCINFO +++ b/mingw-w64-hicolor-icon-theme/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Aug 22 18:06:48 UTC 2017 +# Fri Sep 1 07:37:25 UTC 2017 pkgbase = mingw-w64-hicolor-icon-theme pkgdesc = Freedesktop.org Hicolor icon theme (mingw-w64) - pkgver = 0.16 + pkgver = 0.17 pkgrel = 1 url = https://wiki.freedesktop.org/www/Software/icon-theme/ arch = any @@ -11,8 +11,8 @@ pkgbase = mingw-w64-hicolor-icon-theme options = !strip options = !buildflags options = staticlibs - source = http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.16.tar.xz - sha256sums = b0f8e770815fc80f7719d367608a2eb05572570cfca2734f986deae73e7d1f39 + source = https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz + sha256sums = 317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8 pkgname = mingw-w64-hicolor-icon-theme diff --git a/mingw-w64-hicolor-icon-theme/PKGBUILD b/mingw-w64-hicolor-icon-theme/PKGBUILD index 15ee9f8..9431cb8 100644 --- a/mingw-w64-hicolor-icon-theme/PKGBUILD +++ b/mingw-w64-hicolor-icon-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lantw44 at gmail dot com pkgname=mingw-w64-hicolor-icon-theme -pkgver=0.16 +pkgver=0.17 pkgrel=1 pkgdesc="Freedesktop.org Hicolor icon theme (mingw-w64)" arch=(any) @@ -9,8 +9,8 @@ url="https://wiki.freedesktop.org/www/Software/icon-theme/" license=('GPL') makedepends=('mingw-w64-configure') options=(!strip !buildflags staticlibs) -source=("http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-${pkgver}.tar.xz") -sha256sums=('b0f8e770815fc80f7719d367608a2eb05572570cfca2734f986deae73e7d1f39') +source=("https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-${pkgver}.tar.xz") +sha256sums=('317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |