diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-04-13 13:57:07 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-04-13 13:57:07 +1000 |
commit | 559b66fd6fc2b1ee13efe6e11d5e9080c81bac15 (patch) | |
tree | fab3eb67eb4e4c262b0732c07439ee209be9fd9d /mypaint-brushes | |
parent | ada0930194b22c6bfcc4b8324ff856e3a1fcf1d5 (diff) | |
download | opt-559b66fd6fc2b1ee13efe6e11d5e9080c81bac15.tar.gz opt-559b66fd6fc2b1ee13efe6e11d5e9080c81bac15.tar.xz |
mypaint-brushes: 1.3.0 -> 1.3.1
Diffstat (limited to 'mypaint-brushes')
-rw-r--r-- | mypaint-brushes/.signature | 6 | ||||
-rw-r--r-- | mypaint-brushes/Pkgfile | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mypaint-brushes/.signature b/mypaint-brushes/.signature index b4ff83dd4..a99024b1c 100644 --- a/mypaint-brushes/.signature +++ b/mypaint-brushes/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZfaLNY6nDWp9+dM25v7d+iUwS3BBZtcFMIBaKxIWyFe9wqKHmnEUQQIDpwzEnRqYR/+7Ti5Fw1Klzw5G4jVQQo= -SHA256 (Pkgfile) = 675775f76dad679c86023967147ee8b4b47ab961ebcb62106a73b001c978470f +RWSE3ohX2g5d/cDN7gFvDqZMux7xXC1Rh71xn8t21Up724gOb9r1fWVi2/UToObOgmKrtTc56HidUe/cgQDsFb693VrqfjMIPwg= +SHA256 (Pkgfile) = 6f353193c013c9e8df157e69b4ceec92d504f47262583badde1e7a9631fc5ff1 SHA256 (.footprint) = 3669beddb42a21df4ccdc63d094594abc4cc938b7d6c17c02df7a9af0ee41c35 -SHA256 (mypaint-brushes-1.3.0.zip) = 99dad800d5bd21b49b5f7a3f501452e38294de992522f8eec45d974f96e9ba23 +SHA256 (mypaint-brushes-1.3.1.tar.xz) = fef66ffc241b7c5cd29e9c518e933c739618cb51c4ed4d745bf648a1afc3fe70 diff --git a/mypaint-brushes/Pkgfile b/mypaint-brushes/Pkgfile index cda73f4b3..f4b79eeaa 100644 --- a/mypaint-brushes/Pkgfile +++ b/mypaint-brushes/Pkgfile @@ -1,18 +1,17 @@ # Description: Brushes used by libmypaint -# URL: https://github.com/Jehan/mypaint-brushes +# URL: https://github.com/mypaint/mypaint-brushes # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: libmypaint name=mypaint-brushes -version=1.3.0 +version=1.3.1 release=1 -source=(https://github.com/Jehan/mypaint-brushes/archive/v${version}/$name-$version.zip) +source=(https://github.com/mypaint/mypaint-brushes/releases/download/v$version/$name-$version.tar.xz) build() { cd $name-$version - autoreconf -i ./configure --prefix=/usr make |