mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 00:13:11 +01:00
Update to 16.0.3
This commit is contained in:
parent
9e28f5ab6a
commit
0c71fb27d6
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = 010editor
|
||||
pkgdesc = Professional text and hex editing with Binary Templates technology
|
||||
pkgver = 16.0.2
|
||||
pkgver = 16.0.3
|
||||
pkgrel = 1
|
||||
url = https://www.sweetscape.com/010editor/
|
||||
arch = i686
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = 010editor
|
|||
options = !strip
|
||||
source = 010editor.desktop
|
||||
sha256sums = e3398b117934840828a96cd33534fc9b9242ec96089c2f283add137975499766
|
||||
source_i686 = https://download.sweetscape.com/010EditorLinux32Installer16.0.2.tar.gz
|
||||
sha256sums_i686 = 0b3aff1f43e70ee2fae3009779f933edeb16a5969baa9ecd2d2eb3bcf245dac7
|
||||
source_x86_64 = https://download.sweetscape.com/010EditorLinux64Installer16.0.2.tar.gz
|
||||
sha256sums_x86_64 = fce7ca394fcaac8339ac35bb4403efae3b747b621b12cac8e7dcc87c76452292
|
||||
source_i686 = https://download.sweetscape.com/010EditorLinux32Installer16.0.3.tar.gz
|
||||
sha256sums_i686 = 0a3dfa44f4a26d6590b2f144c2afdb109f8224b5d2bb91470463984f74f969b3
|
||||
source_x86_64 = https://download.sweetscape.com/010EditorLinux64Installer16.0.3.tar.gz
|
||||
sha256sums_x86_64 = 4c9fbe953a5295f191fce34068fd8eb424ccc3545d799491db1d5fd7b42509fb
|
||||
|
||||
pkgname = 010editor
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Ondrej Patrovic <ondrej@patrovic.com>
|
||||
|
||||
pkgname=010editor
|
||||
pkgver=16.0.2
|
||||
pkgver=16.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Professional text and hex editing with Binary Templates technology"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -16,8 +16,8 @@ source=('010editor.desktop')
|
|||
source_i686=(https://download.sweetscape.com/010EditorLinux32Installer$pkgver.tar.gz)
|
||||
source_x86_64=(https://download.sweetscape.com/010EditorLinux64Installer$pkgver.tar.gz)
|
||||
sha256sums=('e3398b117934840828a96cd33534fc9b9242ec96089c2f283add137975499766')
|
||||
sha256sums_i686=('0b3aff1f43e70ee2fae3009779f933edeb16a5969baa9ecd2d2eb3bcf245dac7')
|
||||
sha256sums_x86_64=('fce7ca394fcaac8339ac35bb4403efae3b747b621b12cac8e7dcc87c76452292')
|
||||
sha256sums_i686=('0a3dfa44f4a26d6590b2f144c2afdb109f8224b5d2bb91470463984f74f969b3')
|
||||
sha256sums_x86_64=('4c9fbe953a5295f191fce34068fd8eb424ccc3545d799491db1d5fd7b42509fb')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue