mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
14 lines
376 B
Bash
14 lines
376 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
nodejs_version=21
|
|
current_hash="380c77a7"
|
|
version="2.0.3-10698-g380c77a7"
|
|
build_date="Mon, 18 Sep 2023 09:14:03 +0000"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|