File tree Expand file tree Collapse file tree
webinterface-upload-button Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55pkgnames=(micro)
66pkgdesc=" Modern and intuitive terminal-based text editor"
77url=https://micro-editor.github.io/
8- pkgver=2.0.13-1
8+ pkgver=2.0.13-2
99timestamp=2023-10-21T22:38:29Z
1010section=" utils"
1111maintainer=" Eeems <eeems@eeems.email>"
1212license=MIT
1313
1414source=(" https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-linux-arm.tar.gz" )
15- sha256sums=(cbbed4e69567871462464049646dc11fdad8b8c75fde5d75856068c2cfbd2d38 )
15+ sha256sums=(adb9cf644354a5c85819db40e1a427f0f4951b172597bbcd3ef94ecc4a8c4b75 )
1616
1717package () {
1818 install -Dm644 " $srcdir " /LICENSE " $pkgdir /opt/usr/share/licenses/$pkgname /LICENSE"
Original file line number Diff line number Diff line change 55pkgnames=(" webinterface-upload-button" )
66pkgdesc=" A simple upload button for the web interface"
77url=" https://github.com/rM-self-serve/webinterface-upload-button"
8- pkgver=1.1.1-2
8+ pkgver=1.1.1-3
99timestamp=2023-12-16T15:35:49Z
1010section=" utils"
1111maintainer=" rM-self-serve <122753594+rM-self-serve@users.noreply.github.com>"
@@ -15,7 +15,7 @@ source=(
1515 " $url " /archive/1d28b2d91c0179059017696ae5a33aa49e1e7c7d.zip
1616)
1717sha256sums=(
18- 99ac382e665b55c43876e8991c9dfa7f11a625d4f3ed4f35d3bc58762e04db39
18+ f967cad7607da6458cb0e307b662db66026747922f98ad19f7e2265b9cab1f47
1919)
2020
2121package () {
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def _fetch_sources(
219219
220220 # Verify checksum
221221 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 ):
223223 raise BuildError (
224224 f"Invalid checksum for source file { source .url } :\n "
225225 f" expected { source .checksum } \n "
You can’t perform that action at this time.
0 commit comments