Update to release v2.0.0
This commit is contained in:
parent
a9d8072b0f
commit
73c58452b0
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
pkgbase = rcedit-bin
|
pkgbase = rcedit-bin
|
||||||
pkgdesc = Command line tool to edit resources of exe files.
|
pkgdesc = Command line tool to edit resources of exe files.
|
||||||
pkgver = 1.1.1
|
pkgver = 2.0.0
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://github.com/electron/rcedit/
|
url = https://github.com/electron/rcedit/
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = wine
|
depends = wine
|
||||||
source = https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe
|
source = https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
|
||||||
source = https://raw.githubusercontent.com/electron/rcedit/b807b34a644c86c0b0d89c7f073967e79202731a/LICENSE
|
source = https://raw.githubusercontent.com/electron/rcedit/b807b34a644c86c0b0d89c7f073967e79202731a/LICENSE
|
||||||
source = rcedit
|
source = rcedit
|
||||||
sha256sums = 02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915
|
sha256sums = 3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a
|
||||||
sha256sums = 224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f
|
sha256sums = 224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f
|
||||||
sha256sums = 4d42d20aafe098f9403db50ab804070c9710d57f07462eef98ee5a77976e2d17
|
sha256sums = 4d42d20aafe098f9403db50ab804070c9710d57f07462eef98ee5a77976e2d17
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: jdigi78 <jdigiovanni78@gmail.com>
|
# Maintainer: jdigi78 <jdigiovanni78@gmail.com>
|
||||||
|
|
||||||
pkgname=rcedit-bin
|
pkgname=rcedit-bin
|
||||||
pkgver=1.1.1
|
pkgver=2.0.0
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Command line tool to edit resources of exe files.'
|
pkgdesc='Command line tool to edit resources of exe files.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/electron/rcedit/'
|
url='https://github.com/electron/rcedit/'
|
||||||
|
@ -13,7 +13,7 @@ source=("https://github.com/electron/rcedit/releases/download/v${pkgver}/rcedit-
|
||||||
"https://raw.githubusercontent.com/electron/rcedit/b807b34a644c86c0b0d89c7f073967e79202731a/LICENSE"
|
"https://raw.githubusercontent.com/electron/rcedit/b807b34a644c86c0b0d89c7f073967e79202731a/LICENSE"
|
||||||
"rcedit")
|
"rcedit")
|
||||||
|
|
||||||
sha256sums=('02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915'
|
sha256sums=('3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a'
|
||||||
'224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f'
|
'224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f'
|
||||||
'4d42d20aafe098f9403db50ab804070c9710d57f07462eef98ee5a77976e2d17')
|
'4d42d20aafe098f9403db50ab804070c9710d57f07462eef98ee5a77976e2d17')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue