Skip to content

Commit

Permalink
Updated for release 0.2.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Eizenhoefer authored and Rene Eizenhoefer committed Mar 8, 2021
1 parent 07c3a73 commit e716460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Syno package structure: https://help.synology.com/developer-guide/synology_package/package_structure.html
# Git commit SHA from https://github.com/philippe44/AirConnect/commits/master/bin
REPO_REVISION=aba116d72034afe2bcb2ee9698eb8e6e9f3e3b9a
REPO_REVISION=af42b53b4ee3fa29f9a0f0520b4f672fc93cb5e8
#REPO_REVISION2=ba623f7f8b93a060c3af54d35fee9b28eeddb1fe
VERSION=0.2.43.1-$(shell date '+%Y%m%d')
VERSION=0.2.44.1-$(shell date '+%Y%m%d')

LICENSE:
curl -s -L https://github.com/philippe44/AirConnect/raw/${REPO_REVISION}/LICENSE -O
Expand Down Expand Up @@ -89,7 +89,7 @@ ppc-static:

.PHONY: x86
x86:
$(eval export INFO_ARCH=x86 cedarview bromolow evansport braswell broadwell apollolake dockerx64 kvmx64 denverton grantley broadwellnk Broadwellntbap)
$(eval export INFO_ARCH=x86 cedarview bromolow evansport braswell broadwell dockerx64 kvmx64 denverton grantley broadwellnk Broadwellntbap)
$(eval export INFO_FIRMWARE=5.0-4458)
@true

Expand Down

0 comments on commit e716460

Please sign in to comment.