File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
webinterface-upload-button Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
pkgnames=(micro)
6
6
pkgdesc=" Modern and intuitive terminal-based text editor"
7
7
url=https://micro-editor.github.io/
8
- pkgver=2.0.13-1
8
+ pkgver=2.0.13-2
9
9
timestamp=2023-10-21T22:38:29Z
10
10
section=" utils"
11
11
maintainer=
" Eeems <[email protected] >"
12
12
license=MIT
13
13
14
14
source=(" https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-linux-arm.tar.gz" )
15
- sha256sums=(cbbed4e69567871462464049646dc11fdad8b8c75fde5d75856068c2cfbd2d38 )
15
+ sha256sums=(adb9cf644354a5c85819db40e1a427f0f4951b172597bbcd3ef94ecc4a8c4b75 )
16
16
17
17
package () {
18
18
install -Dm644 " $srcdir " /LICENSE " $pkgdir /opt/usr/share/licenses/$pkgname /LICENSE"
Original file line number Diff line number Diff line change 5
5
pkgnames=(" webinterface-upload-button" )
6
6
pkgdesc=" A simple upload button for the web interface"
7
7
url=" https://github.com/rM-self-serve/webinterface-upload-button"
8
- pkgver=1.1.1-2
8
+ pkgver=1.1.1-3
9
9
timestamp=2023-12-16T15:35:49Z
10
10
section=" utils"
11
11
maintainer=
" rM-self-serve <[email protected] >"
@@ -15,7 +15,7 @@ source=(
15
15
" $url " /archive/1d28b2d91c0179059017696ae5a33aa49e1e7c7d.zip
16
16
)
17
17
sha256sums=(
18
- 99ac382e665b55c43876e8991c9dfa7f11a625d4f3ed4f35d3bc58762e04db39
18
+ f967cad7607da6458cb0e307b662db66026747922f98ad19f7e2265b9cab1f47
19
19
)
20
20
21
21
package () {
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def _fetch_sources(
219
219
220
220
# Verify checksum
221
221
file_sha = util .file_sha256 (local_path )
222
- if source .checksum not in ("SKIP" , source . checksum ):
222
+ if source .checksum not in ("SKIP" , file_sha ):
223
223
raise BuildError (
224
224
f"Invalid checksum for source file { source .url } :\n "
225
225
f" expected { source .checksum } \n "
You can’t perform that action at this time.
0 commit comments