summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Lebedev2020-07-11 16:12:30 +0300
committerEugene Lebedev2020-07-11 16:12:30 +0300
commit032d5094d2259d3805963b30b1d20529275bbc19 (patch)
treef5bc60c35901b31577f6c0a938bb7084bb44d07c
parentc66c4ee6638b37bc981595da10bf0526c041d93a (diff)
downloadaur-032d5094d2259d3805963b30b1d20529275bbc19.tar.gz
Update to version 1.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb0db31c67d5..13407629b704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = laigter-appimage
pkgdesc = Automatic normal/specular/parallax/occlussion map generator for sprites!
- pkgver = 1.9.2
+ pkgver = 1.10
pkgrel = 1
url = https://github.com/azagaya/laigter
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = laigter-appimage
depends = hicolor-icon-theme
provides = laigter
conflicts = laigter
- noextract = laigter-1.9.2-x86_64.AppImage
+ noextract = laigter-1.10-x86_64.AppImage
options = !strip
- source = https://github.com/azagaya/laigter/releases/download/1.9.2/laigter-1.9.2-x86_64.AppImage
+ source = https://github.com/azagaya/laigter/releases/download/1.10/laigter-1.10-x86_64.AppImage
source = https://raw.githubusercontent.com/azagaya/laigter/master/LICENSE
- sha256sums = 6d99fe0e72a3ee723d0c6dc47f96796144eb2b06905e31869705bee7bcc91da3
+ sha256sums = 11223f53790738fe8a579156b8f22c07b2cbbe3fd35670d1313d0127498f359c
sha256sums = 5576a91fe9ee4b3ebc0c6e527144449711e497594a93830e2bd7206424910d7b
pkgname = laigter-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 59856dc1bd32..2df8c5de4438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=laigter
pkgname=${_pkgname}-appimage
-pkgver=1.9.2
+pkgver=1.10
pkgrel=1
pkgdesc="Automatic normal/specular/parallax/occlussion map generator for sprites!"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=("https://github.com/azagaya/${_pkgname}/releases/download/$pkgver/${_pkg
"https://raw.githubusercontent.com/azagaya/${_pkgname}/master/LICENSE"
)
sha256sums=(
- 6d99fe0e72a3ee723d0c6dc47f96796144eb2b06905e31869705bee7bcc91da3
+ 11223f53790738fe8a579156b8f22c07b2cbbe3fd35670d1313d0127498f359c
5576a91fe9ee4b3ebc0c6e527144449711e497594a93830e2bd7206424910d7b
)