mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:07:46 +01:00
Update to 16.0
This commit is contained in:
parent
25fbc07bde
commit
5ad92babc3
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 = 15.0.2
|
||||
pkgver = 16.0
|
||||
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/010EditorLinux32Installer15.0.2.tar.gz
|
||||
sha256sums_i686 = ce326a0020bc81f0b88ce20730ea15ce25385179c2c8e5449f45f48d5f0c64ef
|
||||
source_x86_64 = https://download.sweetscape.com/010EditorLinux64Installer15.0.2.tar.gz
|
||||
sha256sums_x86_64 = 872a5295ed71c0eed010b2acf69e52f52acc7db3f3261d62ccaa6d94e568ecc5
|
||||
source_i686 = https://download.sweetscape.com/010EditorLinux32Installer16.0.tar.gz
|
||||
sha256sums_i686 = 479f83f399d3887cc73efd33f470bdb9fcd4c1244b0a58c8d4531c9730af90ed
|
||||
source_x86_64 = https://download.sweetscape.com/010EditorLinux64Installer16.0.tar.gz
|
||||
sha256sums_x86_64 = 4eeed606eb76922b80509dec2865e46759076ae59f823fa40fc9fc6e88ab4996
|
||||
|
||||
pkgname = 010editor
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Ondrej Patrovic <ondrej@patrovic.com>
|
||||
|
||||
pkgname=010editor
|
||||
pkgver=15.0.2
|
||||
pkgver=16.0
|
||||
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=('ce326a0020bc81f0b88ce20730ea15ce25385179c2c8e5449f45f48d5f0c64ef')
|
||||
sha256sums_x86_64=('872a5295ed71c0eed010b2acf69e52f52acc7db3f3261d62ccaa6d94e568ecc5')
|
||||
sha256sums_i686=('479f83f399d3887cc73efd33f470bdb9fcd4c1244b0a58c8d4531c9730af90ed')
|
||||
sha256sums_x86_64=('4eeed606eb76922b80509dec2865e46759076ae59f823fa40fc9fc6e88ab4996')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue